Answer the question
In order to leave comments, you need to log in
The font is connected correctly, but does not work. What is the reason?
The font Laverna Deco - dminkeif.beget.tech
is connected to the site.
The inscription "Lyudmila Saaburova" and other headings.
It is connected using @font-face, the paths are correct, there is a Cyrillic style, it is displayed in Photoshop, but not on the site.
What is the reason?
@font-face {
font-family: "LavernaDeco";
src: url("fonts/LavernaDeco/lavernadeco.eot");
src: url("fonts/LavernaDeco/lavernadeco.eot?#iefix")format("embedded-opentype"),
url("fonts/LavernaDeco/lavernadeco.woff") format("woff"),
url("fonts/LavernaDeco/lavernadeco.woff") format("woff2"),
url("fonts/LavernaDeco/lavernadeco.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
.site-branding__title {
font-family: "LavernaDeco", sans-serif;
}
Answer the question
In order to leave comments, you need to log in
You have Russian characters in the ttf version, but not in woff, for example.
I don't see Russian letters in this font, and FontForge doesn't see them.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question