A
A
Ashulyn2015-09-04 15:31:55
Google Chrome
Ashulyn, 2015-09-04 15:31:55

What happened to the font in the browser?

7b78bdff172847da92c6a7a03867e1fb.PNG
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

2 answer(s)
A
Alejandro Esquire, 2015-09-04
@A1ejandro

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.

B
Bogdan Gerasimenko, 2015-09-10
@Kleindberg

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 question

Ask a Question

731 491 924 answers to any question