View Single Post
Old 08-16-2023, 10:58 AM   #80
Liudprand
Zealot
Liudprand began at the beginning.
 
Posts: 133
Karma: 10
Join Date: Nov 2021
Device: Kobo Libra 2
Quote:
Originally Posted by nabsltd View Post
Old-style number support in e-readers is definitely bad, especially considering that if you have a half-decent HTML/CSS renderer and an OpenType font that is set up for them, it's actually easy:
Code:
font-feature-settings: "onum" 1;
There are some readers that support this, but others ignore it. Worse, though, is Kindle, which will silently do the equivalent of the above line with the following CSS:
Code:
font-variant: small-caps;
text-transform: lowercase;
This is a common method used to end up with small caps when the source text is all uppercase. But, Kindle gives it what might be an unwanted side-effect.
That's interesting (though I don't understand the coding bits!). The more I learn about Kindle/Amazon's whole approach, the happier I am to have a Kobo. Their ecosystem seems more geared to serving readers, rather than capturing as much of a monopoly as possible as brutally as possible, and then just assuming readers will put up with whatever Amazon decides is convenient for itself on its devices, and broader ecosystem.
Liudprand is offline   Reply With Quote