Quote:
Originally Posted by JSWolf
In the CSS, the code is...
Code:
span.small {
font-family: smallcaps
|
AFAIK, small caps need to be defined as
font-variant:
Code:
span.small { font-variant: small-caps; }
With this code Sigil will display small caps, if the font supports it.
BTW, older Sigil versions occasionally had
problems with some embedded fonts, but Sigil 0.8.0 (or more precisely Qt 5.3.1) no longer exhibits this behavior.