Answer the question
In order to leave comments, you need to log in
Why doesn't the font change?
I looked at a couple of lessons on how to add a font not through google fonts, but I ran into a problem: the fonts are not connected.
Here is the code:
@font-face {
font-family: "SegoeWP";
src: url("fonts/Segoe WP/ofont.ru_Segoe WP.eot");
src: url("fonts/Segoe WP/ofont.ru_Segoe WP.eot?#iefix") format("embedded-opentype"),
url("fonts/Segoe WP/ofont.ru_Segoe WP.woff") format("woof"),
url("fonts/Segoe WP/ofont.ru_Segoe WP.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
body {
font-family: "SegoeWP";
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question