M
M
mitandaster2020-10-18 23:53:45
Fonts
mitandaster, 2020-10-18 23:53:45

How to include local century gothic font?

Good afternoon everyone.
I'm doing everything right, but the font is not connected in any way.
I downloaded CenturyGothic-Bold.eot, CenturyGothic-Bold.ttf, CenturyGothic-Bold.woff, CenturyGothic-Bold.woff2, CenturyGothic-Bold.svg
placed in the root and in the fonts folder,
no options connect the font.
when viewing an element on the site, it writes “incorrect property name” and the yellow triangle and the font are crossed out.

help please! I tried
the site and it doesn't work: @font-face { font-family: “Century Gothic”; src: url("fonts/CenturyGothic-Bold.eot"); src: url("fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/CenturyGothic-Bold.woff2") format("woff2"),
url("fonts/CenturyGothic-Bold.woff") format("woff"),
url("fonts/CenturyGothic-Bold.ttf") format("truetype"),
url("fonts/CenturyGothic-Bold.svg") format("svg");
font-weight: bold;
font-style: normal
}
and

@font-face {
font-family: 'Web font';
src: url('webfont.woff2') format('woff2'),
url('webfont.woff') format('woff');
font-weight: normal
font-style: normal
}
``` does not work
and local registered - does not work

what does it need?
help me please

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question