Logo text is different on all other pages other than homepage

Hey,

Im having a problem where my logo text is displaying wrong on my phone. The homepage is fine but when i view any other page on my phone its wrong. When I view the mobile version via my computer it appears correct. I dont get it.

Any idea on how this is happening? Im using the regular header, not the pro headers.

it’s at palilastudio.com

.x-brand {
font-family: “caveat”, lato, sans-serif;
color:black;
font-size:42px;
}

Hi There,

Thank you for writing in, please check your entire custom CSS here and resolve all found errors.

Remember to clear all your caching feature after changes.

Hope it helps,
Cheers!

Awesome, Thanks for that tool. I did that and cleaned up the mess. I now have 0 errrors, however its still showing a different font.

:frowning:

Hi There,

I believe you only use the font Caveat on the text/headline element on your homepage, but not on any elements on the other pages, that is why the site is only loading the Caveat on your homepage, not on other pages.

Please add that line below on your child theme’s style.css file, so Caveat will be loaded to your site regardless if you use it on elements or not.

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

I understand that you used a custom CSS to apply the font on the logo text, but that won’t load the font.

Hope this helps,
Cheers!

Thanks
that worked. But im confused. I thought @font-face would load a font. I thought that was the whole point of it.
But I always have to do @font-face and @import when im using custom fonts?? Or just ones from google…

Thanks for helping
Rena

Hi Rena,

By default, the Font Manager only loads font-families and weights that have been discovered (custom CSS is not counted) to be needed by the content, header, footer builders or theme options.

Like I said above you did not use the font Caveat on your other pages, that is why it was not loaded to those pages.

This was actually listed on our enhancement usability, I’ll add your case into this

Thanks,

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