Font displays in mozilla without smothing, when in chrome it displays normally. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Font displays in mozilla without smothing, when in chrome it displays normally.

I connected one font in css using @import, from google fonts, other loaded from local folder. After i used: -moz-font-smothing: antialiased; for local font, it displays well, but how can i use that for imported font?

13th Jan 2017, 6:02 PM
Nick Deviant
Nick Deviant - avatar
1 Answer
+ 7
Browsers behave differently, and funny at times. When I was learning years ago I came across an article suggesting you shouldn't import fonts to CSS for speed efficency, and other reasons.
19th Jan 2017, 8:27 AM
Mark Foxx
Mark Foxx - avatar