Google fonts not loading

Not all of my google fonts are loading. I have 3 set up in the font manager but only two are present in the source code. Is there something I need to do to make all of them load?

Hi Jonathan,

Thanks for reaching out.

The added font in the font manager will not automatically be loaded unless they are used. Example, you can go to Theme Options > Typography and assigned your created font template for body text and headlines, that will then load those two instead of three. But if you use your 3rd font to your element within the builder then it will be loaded as well.

Are you referring to Adamina font? It’s the font I’m seeing not taking effect at the footer, and it’s not part of the theme nor added to font manager. Would you mind clarifying what font should be displayed and to which?

Thanks!

Thanks. I was trying to add the font as an inline CSS where there were two different fonts on the same line. I used this code:

<p>The <span style="color:black; font-family:'Cedarville Cursive', cursive;">Family</span> Session</p>

An thoughts on how to do this differently so the cedarville cursive font is activated?

Hello Jonathan,

Your html code is correct. The font family still do not load because the font file itself was not loaded into the page. To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

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

Please let us know how it goes.

For some reason it wouldn’t work in the global CSS area but I got it to work in the content CSS area.

Thanks for the help.

Glad it’s okay now and you’re most welcome!

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