T
T
topalek2021-01-29 12:04:47
Google Chrome
topalek, 2021-01-29 12:04:47

What is the problem with displaying fonts in Google Chrome?

Both at home and at work, many fonts are installed in the system. Google chrome does not display some websites correctly.
6013cf637003e219443454.png
in mozilla everything works correctly.
6013cf8665708596867925.png

Help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sashabeep, 2021-01-29
@sashabeep

Hmm, and it's even cooler :)
Well, go into the developer tools, see which font is connected in this case. Most likely, you removed some standard font from Windows, or this strange font pretends to be the PT Sans font that is on the toaster. This happens from time to time when some ready-made pack of web fonts is downloaded from the collapse. So that the font does not pass, as stolen in the font file, the left name is periodically added. Specifically, the CSS of this page says:

@font-face{
font-family:'PT Sans';
...
src:local(""), url("https://dr.habracdn...

The empty value src:local("") may well be ignored by chrome, usually some unimaginable multibyte character is written there so that the font is certainly not searched for on the local machine. It is also worth looking into the browser settings for default fonts. I checked this page, but it's hard to say exactly where the font is loaded from - in my case, in the chrome inspector it says PT Sans—Network resource(51 glyphs). Compared to FF, of course, it's very short there. See what you have at the end of the Computed panel if you inspect any element.
6013def7e50a5625289807.png
6013df033bbf2193714890.png
And, of course, you need to run chrome without plugins and check how it is there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question