Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #494309

    Hi there,

    a friend of mine tested my website for me and said there are different types of fonts and different sizes of fonts shown – which doesn’t look good. In my options it is always the google font Arimo with 16 px – how come it looks different to him? How can I change that? Do I have to use a web save font to make sure that doesnt happen?

    Best Jennifer

    #494358

    Hey JVW234!

    Can you send us a link to your page so we can take a look? Any of the fonts you select in the Enfold settings will work fine on all computers, it doesn’t matter if it’s a google font or websafe.

    Regards,
    Elliott

    #494795

    Hi Elliott, check this:

    http://wordpress.p263693.mittwaldserver.info/jennifer-withelm-ueber-mich/

    We are pretty sure now that the irregular feeling of the page derives from the content elements which are transforming the font into capital letters or different sizes. Could you tell me with the message-element you see on this subsite how I can hinder it from showing the quote in capital letters?

    Best
    Jennifer

    #494990

    Hi!

    Add this to your custom CSS.

    .avia_message_box_content {
        font-size: 14px;
        text-transform: none !important;
        font-weight: 600;
    }

    Regards,
    Elliott

    #495038

    Perfect thank you Elliott!

    #495222

    Hi,

    Glad we could help :-)

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Google font is not seen on different computers’ is closed to new replies.