I’ve set my body text font to Lucida, in the Styling settings, but often, if I change another setting, I notice that the font has changed, reverting to either Open Sans or ::Google Fonts::. Any idea why this is happening and how to prevent it?
Hi,
It is using the Lucida font. Please add this on your custom.css or quick CSS, just to make sure:
body p, body {
font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}
Regards,
Ismael
It is now, because I keep changing it back. But at times, I make changes, notice the font is different, then look at the Styling pane and see that it is. I’ll add the CSS though to be sure. Thanks.