I'm using a custom font (Mank Sans) for a website and it should look like that:
https://i.stack.imgur.com/Nnbr7.png (Google Chrome, correct behaviour)
However, when using Safari, it displays weirdly:
https://i.stack.imgur.com/Zxbju.png
How can i fix this problem ?
Thanks.
Edit: Here how i'm including my custom font:
@font-face {
font-family:'MankSans';
src: url('#{$font-path}/MankSans.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-stretch: normal;
unicode-range: U+000D-25CA;
}