S
S
Skilful2212020-01-18 15:01:20
Fonts
Skilful221, 2020-01-18 15:01:20

The font does not appear, what should I do?

Good afternoon, I am making this page of the site At the end of the information about the company there is an inscription "We are grateful that you chose us ... .." It is in bold

<div class="about-block">
            <p>Основным видом деятельности нашей компании является реконструкция, строительство и
            частное домостроение, а также черновая и чистовая отделка помещений, включая инженерные
            системы (электроснабжение, теплоснабжение, водоснабжение и канализация, вентиляция).</p>
            <p>Опыт работы нашей компании в строительной сфере - более 15 лет. Сотрудники компании
            обладают знаниями, позволяющие нам качественно, с соблюдением всех технологий
            проведения работ, выполнять поставленные перед нами задачи любой сложности.
            </p>
            <p>Компания выстроила четкую систему работы всего коллектива, результатом чего является
            технологически грамотное проведение работ, с соблюдением сроков выполнения.
            </p>
            <p>Ежегодно мы сдаем более 30 объектов….</p>
            <p>ООО «АРТЕЛЬ и С»</p>
            <span class="about-block__lavanderia">Мы благодарны, что вы предпочли именно нас….. </span>
          </div>

.about
  &-block
    &__lavanderia
      +lav

@font-face {
  font-family: 'Lavanderia';
  src: local('../fonts/Lavanderia'), local('../fonts/Lavanderia'),
      url('../fonts/Lavanderia/Lavanderia-Sturdy.woff2') format('woff2'),
      url('../fonts/Lavanderia/Lavanderia-Sturdy.woff') format('woff'),
      url('../fonts/Lavanderia/Lavanderia-Sturdy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@mixin lav {
  font-family: 'Lavanderia', Arial;
  font-weight: 900;
}

In general, I go to the inspector, look at the sourse tab, see the Lavanderia folder there and the file in it, everything is connected, but! only font-weight 900 is displayed on the page, not the font itself. If you look again in the inspector when hovering over "We are grateful that you chose us ... .." it also shows that everything is connected, but I don’t understand why the page does not have the font itself, the name was correctly indicated in the mixin, the font on the page, like a mistake in the way...

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