• Resolved mummyheartsyou

    (@mummyheartsyou)


    I am having trouble with my site. I have logged onto my main computer (i normally work from my laptop) and I have noticed that the blog font is nothing like what it is on my laptop?! I have it set up as the “Century Gothic” for my blog posts and it looks completely different on my main computer. I then went onto my site on my phone and tablet and again, its not the same font! Any tips?

    Its showing that i am using the font when I go into customise on my main computer, but when I go to a live preview it reverts back to another font {don’t know the name}

    Thanks in advance

    Anna-Marie
    http://www.mummyheartsyou.com

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @mummyheartsyou.

    Thank you for contacting us.

    This is how your website looks like on my side: https://ibb.co/kkA4fn

    Could you tell me if that’s how would you like the fonts to be or?

    Kind regards.

    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    Thank you for getting back to me! Yes thats how I want it, but when I look at it from another computer or my phone or pad it just looks different, the font is not the same?

    Kind Regards

    Hi @mummyheartsyou,

    It seems “Century Gothic” font is used to paragraph only. If you need to use it on more elements you should add something like this to Appearance → Customize → Additional CSS section:

    body, h1, h2, h3 {
        font-family: 'Century Gothic';
    }

    Hope that helps. Please also clear your browser cache to see all changes.

    Kind regards

    Thread Starter mummyheartsyou

    (@mummyheartsyou)

    Hi, I just want the blog post changed to “century gothic” not the header etc..

    Hi again!

    Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    .single-content p {
        font-family: 'Century Gothic';
    }

    Try using that instead and let me know if worked.

    Kind regards,
    Diego

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Problems with the theme’ is closed to new replies.