Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Fuji: global font change on site

New Front EN Support Forums Fuji Theme Support Fuji: global font change on site

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2789
    theweblady
    Participant

    The template default is san serif. How can I change all the fonts to be “Georgia” and change the body text size.

    toniyasingh.com

    #2797
    mmsatori
    Keymaster

    Hey Theweblady,

    the body font can be set in the “Typography” tab of the Theme Options panel; the body text size is not changeable via the admin settings, as it is a part of the theme’s visual, yet you can alter it by adding a custom line of CSS at the very end of the “style.css” file (opens by default when you visit the “Appearance -> Settings” admin section):

    body { font-size: 16px !important; }
    

    Sincerely,
    Andrii / Satori Studio

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.