Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1397427

    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

    #1397588

    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
    Enfold_Support_330.jpeg

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.