• evver20

    (@evver20)


    Hi and oops …

    after updating the Go theme all my header fonts have changed.

    Was that done on purpose or is it a feature?
    Is it possible to change fonts now? And if so, which font was it before?

    I’ve planned to present this website soon, which is now not such a good idea …

    I would be very happy for any help, thanks.

    Mara

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @evver20,

    Thanks for reaching out!

    I’ve just tested the Go theme on one of my test websites and I haven’t noticed any difference, fonts remained the same even when I updated the theme from its very first version 1.1.0 to the latest one, 1.3.8.

    It might be that your theme was customized directly without using a Child-theme and those customizations disappeared after the update. This could also be an issue with some of your plugins.

    It’s hard to determine what causes the issue since your site is not live and we are not able to see the code. Do you have any screenshot or any additional info that will help us to detect the font that is displayed now?

    Kind Regards,
    Milos

    Thread Starter evver20

    (@evver20)

    Good morning Milos,

    thank you so much for having a look. So here are some details:

    – I didn’t change any fonts, we liked the font we found very much
    – I only worked within the customizer, no tweaking of CSS
    – Our design style was “Playful” in the customizer
    – It seems to me, that especially headers are changed

    https://evvfwh.info/portfolio/

    First image is font before update.
    Second image is font after update.
    Third image is header and navigation, which seems to be different fonts?

    I hope this will help.

    Again thanks a lot and best regards,
    Mara

    Thread Starter evver20

    (@evver20)

    Hi again,

    I found some more info … font before was “Quicksand” (if I check the element it is still listed in font-family) but is now “Poppins” (listed as go-heading font-family).

    Have a good day
    Mara

    Hey @evver20,

    Thanks for the provided details, they really help a lot!

    The default heading fonts of the “Playful” design style has changed with theme version 1.3.7. On version 1.3.6, the default font was the “Quicksand”, please take a look:
    https://prnt.sc/vpuf05

    From version 1.3.7 the default font is “Poppins”:
    https://prnt.sc/vpuddk

    Regarding the navigation – the font remained the same, the “Quicksand” was defined in every theme version.

    If order to switch back to “Quicksand”, you should add the following CSS code to the theme’s customizer:

    
    .is-style-playful h1,
    .is-style-playful h2,
    .is-style-playful h3,
    .is-style-playful h4,
    .is-style-playful h5,
    .is-style-playful h6{
    	font-family: "Quicksand",sans-serif;
    }
    

    Kindly let me know if the provided code helps.

    Have a nice day, Mara ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changed font after update’ is closed to new replies.