Site after adding sections

Old version of the site

Developing a site. The original version is at test.rmcb.ru. Later I added sections to the site, but the first screen that you see on the images did not touch at all.

After I finished the site I noticed that the font and png with the name of the company in the center of the circle became blurred. This problem is observed only in Google Chrome and disappears if I zoom in or out. In firefox and even yandex browser fonts are normal.

I do not spread the code, since, in the first and in the second case, it is the same.

What is the problem, because I did not change the code of the first screen?

  • about png if the image is larger than indicated in css then set the desired size in the image editor - webDev_

2 answers 2

Chrome has a problem with fonts. Already for a long time there is a bug report. And he was even corrected, but returned again. Try on older versions of Chrome. Also try using some kind of websafe font.

    Try the following properties:

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