View Single Post
Old 11-30-2023, 12:15 PM   #3
nabsltd
Fanatic
nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.
 
Posts: 528
Karma: 9529956
Join Date: Aug 2013
Location: Hamden, CT
Device: Kindle Paperwhite (11th gen), Scribe, Kindle 4 Touch
Quote:
Originally Posted by roger64 View Post
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.
nabsltd is offline   Reply With Quote