Quote:
Originally Posted by roger64
I noted that both the Calibre viewer and editor failed to display this line in the css:
Code:
font-variant-numeric: oldstyle-nums;
|
I noticed you had a post about font subsetting. If you subset the font, it might remove the old style numbers, because subsetting algorithms usually only look at code points used directly. The OpenType transform code probably isn't being run by the subsetting code.
I have found that unless the font has full Unicode support (i.e., more than 10K code points), subsetting doesn't save you enough space to be worth it.