View Single Post
Old 06-09-2024, 07:57 AM   #96
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,544
Karma: 78910202
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
From https://github.com/kobolabs/epub-spec

Quote:

Small Caps

To structure Small Caps that will display correctly on Kobo's reading platforms content creators must use the CSS property "font-variant":

Code:
p.sc {
    font-variant: small-caps;
}
The property "font-size" is often used incorrectly to format Small Caps and can result in disproportionate text sizing depending on the app/device being used and the font settings chosen by the user. The impact is particularly noticeable when the value used for this property is set to x-small or small. Content creators are also advised to embed a font that contains Small Caps glyphs for optimal rendering.
PeterT is offline   Reply With Quote