D
D
Dmitry2020-09-24 12:43:58
HTML
Dmitry, 2020-09-24 12:43:58

What could be the reason for the incorrect display of the Google font?

Hello
Sometimes the Google font is displayed like this (not always, in most cases the correct display)
5f6c6990952ee256575669.jpeg

I connect like this

<link href="https://fonts.googleapis.com/css2?family=Work+Sans:[email protected]&display=swap" rel="stylesheet">


Tell me, what could be the reason for the incorrect display of the font?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladislav Gubarev, 2020-09-24
@vla_doss

Do you have something like this in your code?:

p {
font-family: 'Work Sans';
}

With this code, you indicate to the browser that it needs to use the connected font for text tags.

K
Kirill Makarov, 2020-09-26
@kirbi1996

Perhaps the font is broken, or there A is displayed in this way

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question