Answer the question
In order to leave comments, you need to log in
Why doesn't Helvetica Neue Cyr UltraLight work on Windows?
Hello.
Tell me how to correctly connect this font so that it works
@font-face {
font-family: 'HelveticaNeueCyrUl';
src: url('HelveticaNeueCyr-UltraLight.eot');
src: url('HelveticaNeueCyr-UltraLight.eot?#iefix') format('embedded-opentype'),
url('HelveticaNeueCyr-UltraLight.woff') format('woff'),
url('HelveticaNeueCyr-UltraLight.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
Answer the question
In order to leave comments, you need to log in
What do you mean it doesn't work? Is a different font rendered, or is it rendered differently than you would like?
See how
@font-face {
font-family: 'HelveticaNeueCyr';
src: url('/fonts/helveticaneuecyr-light-webfont.eot') format('embedded-opentype'),
url('/fonts/helveticaneuecyr-light-webfont.woff2') format('woff2'),
url( '/fonts/helveticaneuecyr-light-webfont.woff') format('woff'),
url('/fonts/helveticaneuecyr-light-webfont.ttf') format('truetype'),
url('/fonts/helveticaneuecyr- light-webfont.svg#helveticaneuecyrlight') format('svg');
font-weight:300;
font-style:light;
}
There are broken fonts, he himself came across a bunch of times. Just download from another source
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question