View Single Post
Old 07-23-2025, 11:17 AM   #295
Moonbase59
Addict
Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.
 
Moonbase59's Avatar
 
Posts: 230
Karma: 1000244
Join Date: Oct 2021
Location: Germany
Device: Tolino Vision 5, Tolino Tab 8", Pocketbook Era (16GB)
Quote:
Originally Posted by xyclonei View Post
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:
Attached Thumbnails
Click image for larger version

Name:	Auswahl_032.png
Views:	41
Size:	26.7 KB
ID:	217067  

Last edited by Moonbase59; 07-23-2025 at 11:41 AM.
Moonbase59 is online now   Reply With Quote