Thread: no small caps?
View Single Post
Old 03-10-2021, 07:02 AM   #3
fbrzvnrnd
Fanatic
fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.
 
Posts: 559
Karma: 400004
Join Date: Feb 2009
Device: ONYX M96
Mh, weird. If I choose to turn off 'fonts embedded' KOReader show me the text in small caps. If I turn on 'fonts embedded', KOReader show me the text in lowercase. In HTML I have:

Quote:
<p class="_0-Corpo-del-testo ParaOverride-18"><span class="CharOverride-28">agriculture / agricoltura</span></p>
In CSS:

Quote:
span.CharOverride-28 {
font-family:"Simoncini Garamond Std", serif;
font-style:normal;
font-variant:small-caps;
font-weight:normal;
text-transform:none;
}
and..

Quote:
@font-face {
font-family:"Simoncini Garamond Std";
font-style:normal;
font-weight:normal;
src : url("../Fonts/SimonciniGaramondStd.otf");
}
If I open the same ePub in Adobe Edition, I can see the small caps...
fbrzvnrnd is offline   Reply With Quote