Quote:
Originally Posted by nabsltd
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.