python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Can unicode characters which are not part of font family be rendered from fallback font family set?
I'm using font family Monserrat to render Unicode subscript characters. These are computed values from Chrome Dev tools inspector:
Body of this element is
CH₂O₂ - example 2
and result looks like thi...

zmii
Votes: 0
Answers: 0
Self-hosted fonts doesnt works on Next.js
What I want and what I wonder
I would like to use self-hosted font within a Next.js application
What i already tried
https://i.stack.imgur.com/AuIwB.png
https://i.stack.imgur.com/P6ekH.png
The result
...

typerguy
Votes: 0
Answers: 1
CSS Import Font doesn’t work on live server but works on jsfiddle
I’m trying to import custom font on my web page but I see no change on live server, when I’m trying my code on jsfiddle everything works perfectly.
I was trying to disable cache but it doesn’t work al...
ljaskolka
Votes: 0
Answers: 0