Raleway font: force lining numerals in a skin
#1
I really like the Raleway font but find it looks odd when used in a Kodi skin because it uses text figures by default, though it does include lining numerals. For the difference between the two, please see here.

On my web site, I use the following CSS feature to force lining numerals:

font-feature-settings: "lnum" 1 !important;

For web browsers, there are other approaches described here.

Is there a similar feature for Kodi 16 or 17 to force lining numerals with Raleway?

Another approach might be to create a new font. I have seen an approach for regenerating a webfont set here but would need to create a TTF for Kodi.
Reply
#2
nope, there's no such option in kodi.

you could use a tool like fontforge to modify the font file. it's not that hard ;-)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Or you could use the Rawline font face which is raleway with lining numerals by default

https://h-ibaldo.github.io/Raleway_Fixed_Numerals/
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply

Logout Mark Read Team Forum Stats Members Help
Raleway font: force lining numerals in a skin0