Hi, in advanced settings i can see no option to change my font to Calibri.
what code should i use to change the main font – only normal text, not the headings – to Calibri?
best regards, jelle vanhijfte
Hey jeel147,
Calibri doesn’t seem to be a font available from Google Fonts, so you would first need to install the font with a plugin like Use Any Font and then apply the font to your site with css like this:
#main p {
font-family: "Calibri";
}
If you were going to use a Google Font from the theme options then you would choose the font at Enfold Theme Options ▸ General Styling ▸ Fonts ▸ Font for your body text
Best regards,
Mike