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,
Hey!
Try adding this code to the Quick CSS:
body {
font-family: "Lucida", sans-serif !important;
}
Cheers!
Josue
Changed it to:
body {
font-family: 'Lucida Sans', sans-serif !important;
}
And that did the trick.
Thanks!