Quote:
Originally Posted by Doitsu
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.
|
The smallcaps is not a font-variant. It's an embedded font. It's the only way for ADE to display proper small caps. The font is not being displayed.