D
D
dm2018-04-25 14:45:58
css
dm, 2018-04-25 14:45:58

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

5 answer(s)
R
Rsa97, 2018-04-25
@Chekhoved

You have Russian characters in the ttf version, but not in woff, for example.

S
SagePtr, 2018-04-25
@SagePtr

I don't see Russian letters in this font, and FontForge doesn't see them.

E
Exploding, 2018-04-25
@Exploding

Fixed it!)))
5ae071140ef58434032403.jpeg

S
Sulim Programmer, 2018-04-25
@II_95_LeGeNdA_95_II

Try to connect via https://fonts.google.com ..

T
tyzberd, 2018-04-25
@tyzberd

that there is no Cyrillic alphabet for the font

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question