Answer the question
In order to leave comments, you need to log in
Why is the Helvetica-bold font rendered differently?
The site uses helvetica bold, but the display on windows and mac is different.
Could you please tell me what could be the reason for this and how to solve this problem?
Fonts are connected like this
@font-face {
font-family: 'Helvetica-Bold';
src: url("./fonts/Helvetica-Bold/Helvetica-Bold.eot");
src: url("./fonts/Helvetica-Bold/Helvetica-Bold.eot?#iefix") format('embedded-opentype'),
url("./fonts/Helvetica-Bold/Helvetica-Bold.woff") format('woff'),
url("./fonts/Helvetica-Bold/Helvetica-Bold.ttf") format('truetype');
font-style: normal;
font-weight: normal;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question