Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #297671
    marvinwright
    Participant

    Hello,

    I’ve created a research website using simple persona free version and found it is not viewable in China.

    I recently found that anything to do with google can cause such problems. This includes fonts etc.

    May I ask if its possible to use the additional CSS to change all fonts to non google fonts? May I also ask for help on how to do that?

    I currently only change the body font to arial with:

    body {
    font-family: ‘arial’, Monospace ;
    }

    Many thanks!

    Marvin

    #297708
    Skandha
    Participant

    @marvinwright: Hello Marvin,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body * {
    font-family: Arial !important;
    }

    Let me know if this solves your issue!
    Kind Regards,
    Skandha

    #298467
    marvinwright
    Participant

    Thank you Skandha!

    This will change the font for class body, right?

    As far as I can see this does not change all fonts on the website. For example the font of the Menu is still the default. Is there a way to change all fonts?

    Many thanks

    #298502
    Skandha
    Participant

    @marvinwright: Hello Marvin,

    The code should change the font for all the text on your site.

    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Access in China’ is closed to new replies.