Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #365294

    Hi!

    My client uses the Lucida font for the body text on his website. But every time I change something in the Enfold Theme Options the body font changes back to Arial.

    How can this be solved?

    Thanks in advance,

    #365533

    Hi mrijnders!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #365882
    This reply has been marked as private.
    #366338

    Hey!

    Try adding this code to the Quick CSS:

    body {
        font-family: "Lucida", sans-serif !important;
    }

    Cheers! 
    Josue

    #366567

    Changed it to:

    body {
        font-family: 'Lucida Sans', sans-serif !important;
    }

    And that did the trick.

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Lucida font changes back to Arial’ is closed to new replies.