View Single Post
Old 03-02-2022, 04:57 PM   #42
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,640
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
Quote:
Originally Posted by jackie_w View Post
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-size0.7em;
  
text-transformuppercase;

Karellen is online now   Reply With Quote