Quote:
Originally Posted by Karellen
Thanks for that. I just noticed that font-variant: small-caps; was not working on my Libra 2 with epubs and was researching why.
Looks like I'll have to stick with the following in the CSS
PHP Code:
.smallcaps { font-size: 0.7em; text-transform: uppercase; }
|
The reason smallcaps is not working with ePub on your Libra 2 is because the version of RMSDK that's used for ePub is too old. Kobo really needs to use a newer version.
And as for your CSS, the font size should be 0.8333em. And I'm not sure that the text-transform to uppercase works or not with ePub and if that is the case, you'll need to drop it and make sure the text is uppercase.