Answer the question
In order to leave comments, you need to log in
How to fix duplicate font on iphone?
Good day.
Here is such a garbage with fonts on iphone
On android and on a computer, everything is displayed correctly.
Connecting a font
@font-face {
font-family: 'helveticaneuecyrthin';
src: url('HelveticaNeueCyr-Thin.eot?') format('eot'), url('HelveticaNeueCyr-Thin.ttf') format("truetype"), url('HelveticaNeueCyr-Thin.otf') format("opentype");
}
h2 {
font-family: "helveticaneuecyrthin";
}
Answer the question
In order to leave comments, you need to log in
As far as I know, on iPhones this font is installed by default, so try writing something like this:
h2 {
font-family: "Helvetica Neue", "helveticaneuecyrthin";
font-weight: 300;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question