• Resolved haiko00

    (@haiko00)


    Hi, I was wondering if it’s possible to use the Google Open Sans font I’m using on the rest of the website. The font is already loaded inside the theme from the local server for the other pages.

    Best, Haiko.

    • This topic was modified 2 years ago by haiko00.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Code Amp

    (@codeamp)

    Hey @haiko00

    We’re working on getting our layouts to inherit fonts but for now you could do this with the following CSS:

    
    .cl-template .cl-element, .cl-template .cl-element * {
        font-family: 'open-sans-woff-woff2',Helvetica,Arial,sans-serif;
    }
    

    To add custom CSS to your theme (enfold) you can follow the instructions here:
    https://kriesi.at/documentation/enfold/add-custom-css/

    Thanks

    Thread Starter haiko00

    (@haiko00)

    That worked, thanks a lot!

    Best, Haiko.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Use Google font’ is closed to new replies.