I
I
invsm2015-09-26 02:29:33
css
invsm, 2015-09-26 02:29:33

How to fix font issue in Firefox?

Firefox renders absolutely any font terribly. Here's an example:
e6600169e7c94944af1dfe9ed227b5b0.JPG
For comparison in chrome:
a270d9adcc644876b5bf1adc5528f342.JPG
from mozilla's off site:
firefox:
97cce6b9108444edb9dc7176bc9322c3.JPG
chrome:
50e3ab8f58644aab9fcf96fdfcf07f7e.JPG

Answer the question

In order to leave comments, you need to log in

5 answer(s)
M
Maxim E, 2015-09-26
@invsm

Turn on font smoothing in your operating system.

G
gl_evhen, 2015-09-26
@gl_evhen

Fonts included? Use different font types via @font-face

A
Alexander Taratin, 2015-09-26
@Taraflex

https://stackoverflow.com/questions/15182997/font-...
https://stackoverflow.com/questions/11459746/webfo...

A
Alex K, 2015-09-26
@alexk111

Add to CSS:

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

N
Nazar Mokrinsky, 2015-09-26
@nazarpc

What OS? Is font smoothing turned off by any chance?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question