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...