My client likes the Raleway font but prefers me to use lining nums over oldstyle-nums.
I am only able to do this using advanced text blocks with font-variant-numeric: lining-nums;
I cannot get lining nums to display anywhere by adding font-variant-numeric: lining-nums to custom css. I am guessing this means that those glyphs are only being loaded when I am able to choose Raleway in a block’s advanced typography. How do I get those glyphs to load globally so I can use them everywhere?
EXAMPLES
Where it works: *Login to see link
See the paragraph right before the accordion—Pay in full today or make a 20% deposit. Those are lining-nums.
Where it doesn’t work: *Login to see link
See the numeric characters in 65-acre or the dates on the posts. Those should be lining-nums. Inspection shows that the style is indeed being passed to the element but the proper characters are not being displayed, which leads me to believe that the lining num glyphs are not being loaded.
I have tried cache clearing, etc. Thank you!
-
This topic was modified 3 years, 1 month ago by
Amy P. Reason: clarity