Script, handwriting, cursive fonts not working

I’m trying to use a Google font Playball, but when I change the font-family for any element to Playball, the text’s font doesn’t change.

I tried adding the CSS in Theme Options > CSS, as inline CSS and at the page level CSS – none of these worked.

My website is novack.info

Thanks

Hi @jgille07,

I couldn’t see the Playball font loading on your website. Please try adding the following CSS under Theme Options > CSS:

@import url('https://fonts.googleapis.com/css?family=Playball');

Then add this inline CSS to the style field of your elements:

font-family: 'Playball', cursive;

Or element CSS:

$el {
     font-family: 'Playball', cursive;
}

If it doesn’t help, please provide us with your admin account so we can take a closer look.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.