Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1355996

    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.)

    #1356077

    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

    #1356137

    Hi Ismael,

    thank you, great support – as always :-)

    #1356156

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.