Dear support,
i started this page with the Opens Sans Font from Google as body-font. Then i downloaded the open-sans font from google imported this font in enfold and use this imported font instead as body-font.
But the font looks much more compressed now – do you know why? (different kerning, etc.)
Hey dondela,
Thank you for the inquiry.
The font looks correct but there seems to be less space between the characters. Please try to add this css code to adjust the spacing between the letters.
body.static {
font-family: 'static', Helvetica, Arial, sans-serif;
letter-spacing: 0.05em;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-stretch: normal;
line-height: initial;
}
Best regards,
Ismael
Hi Ismael,
thank you, great support – as always :-)