Answer the question
In order to leave comments, you need to log in
What happened to the font in the browser?
Why do the letters "dance" on many sites? I went through other browsers [Firefox, Edge] - the same situation.
Answer the question
In order to leave comments, you need to log in
I would try to transfer the contents of C:\Windows\Fonts from another computer with a similar OS and the absence of such a problem to the computer with the problem... Well, restart of course.
You probably don't have font smoothing enabled. This problem is described in detail on Habrahabr . Try adding these lines to your main CSS file:
body {
-webkit-font-smoothing: subpixel-antialiased !important;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question