Comrades, good evening, help cope with the problem. The fate of the villain made me, as a java backender, simultaneously engage in the front.
And now I can’t make the Calibri Light font so that it appears in macOS as beautifully as in Windows.
I know that there is no such language on a poppy and you cannot call it directly, you have to download and add via @ font-face.
@font-face { font-family: "Calibri Light"; src: url('../font/calibriLight.ttf') format('truetype'); font-weight: normal; font-style: normal; } html * { font-family: "Calibri Light", sans-serif !important; }
But the mystery still remains, in Windows, this font is displayed in a thin beautiful style, this is how it looks
And this is how macOS looks like, even browsers have tried different ones.
As you can see, the font is slightly fatter. This can be somehow fixed, tried to experiment with Font-weight, did not help.
Tell me, please, with advice.