Quote:
Originally Posted by xyclonei
After taking it through SIL's TypeTuner to replace tabular numbers with old-style, […]
|
Out of interest, why did you find the need to modify the font instead of using CSS?
You could, normally, use features like
Code:
font-variant-numeric: tabular-nums lining-nums;
font-feature-settings: "tnum" "lnum";
or
Code:
font-variant-numeric: proportional-nums oldstyle-nums;
font-feature-settings: "pnum" "onum";
(If possible, don’t use
font-feature-settings but the higher-level
font-variant-numeric above.)
I also like Charis SIL v7, and it works nicely in my test file: