My problem is I can't change just the numbers font-family on WordPress is there any way to do it with JS or CSS? Or is there any simple way to do it with a plugin?
Asked
Active
Viewed 76 times
1
-
1The CSS property unicode-range lets you do this. – A Haworth Feb 20 '22 at 09:01
-
Can you give me the Unicode range of numbers? – S-move Feb 20 '22 at 09:42
-
2https://stackoverflow.com/questions/23738423/using-unicode-range-to-exclude-numbers-only – A Haworth Feb 20 '22 at 10:22