J
J
Juniorrrrr2020-11-09 08:00:32
css
Juniorrrrr, 2020-11-09 08:00:32

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;
}


On layout :
5fa8cbfe93d4e378690039.png

Display on windows :
5fa8cc273a96f341100393.png

Display on Mac
5fa8cc3d201c3891753621.png

Varying text weight. Moreover, if you look at the layout in Figma from a poppy, then the font is shown with the correct boldness

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Erl, 2020-11-09
@NooBiToo

it’s clearly not helvetica in the poppy, there are at least serifs, take a closer look, it’s worth checking the font connection

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question