Quote:
Originally Posted by jackie_w
All Kobos are quite happy to render font-variant:small-caps; as long as your book is a kepub
|
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;
}