T
T
timtimIT2015-11-26 19:16:55
css
timtimIT, 2015-11-26 19:16:55

Why is the wrong font included?

Hello.
Why is the wrong font included?

@font-face{
  font-family: HelveticaNeueCyrBold;
   src: url(../fonts/helveticaneuecyr-bold.eot);
   src: url(../fonts/helveticaneuecyr-bold.woff)format('woff'),
      url(../fonts/helveticaneuecyr-bold.woff2)format('woff2'),
      url(../fonts/helveticaneuecyr-bold.otf),
      url(../fonts/helveticaneuecyr-bold.ttf)format('truetype');
  }

the font is connected but not as it should be...
Is there an error in the code?

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