Main Content font

Support Area Forums Umami Main Content font

Viewing 8 posts - 1 through 8 (of 8 total)
URL to the page in question: http://
  • Author
    Posts
  • #33453
    Goran Milic
    Participant

    Hello Bill,

    Some time ago, you supported me when I needed to add Josefin Sans font, and everything was fine, somehow after the latest theme update I am not able to change main content font at all. I go to themes options, and to content than I choose Josefin Sans, but still the font is Verdana. When I go to style.css I see this:

    /* Typography
    ———————————————– */

    body {
    font: 16px/1.3 Lucida, Verdana, sans-serif;
    }

    I believe that this should be changed to Josefin Sans. Font is accepted in Widgets, Sidebar, Main menu, Headings, everywhere with exception of the main content (body) on page…

    I guess that solution is simple regarding this, so please could you support on this matter?

    Thank you in advance.

    #33454
    Bill Robbins
    Moderator

    Hi Goran,

    I believe we had to make a change to the Google font list. Take a look at this topic https://support.organizedthemes.com/forums/topic/umami-theme-fonts/ and see if it won’t allow you to add it back.

    Take care,
    Bill

    #33455
    Goran Milic
    Participant

    Hey Bill,

    This topic is mine. I have Josefin Sans there on the list in fonts.php already added, and I tried to delete it and add it again but nothing.

    #33457
    Bill Robbins
    Moderator

    What’s the URL to your site and I’ll see if I can spot what might be up?

    #33458
    Goran Milic
    Participant

    Still not finished, here is the link: http://www.saltandpepper.hr

    #33459
    Bill Robbins
    Moderator

    It looks like the food menu plugin is applying a style to the body tag. Here’s the spot in their CSS:

    
    body {
    	margin:0; padding:0;
    	font-family: 'Raleway', sans-serif!important;
    	color:#333333;
    }
    

    Do they have an option to change their fonts. If they don’t, you can always delete that whole style out of the accura-fmwp-food.css file. There is a plugin editor in the plugins section of the WordPress dashboard. The color set there could also cause trouble since the background is dark and #333333 is a gray.

    Take care,
    Bill

    #33461
    Goran Milic
    Participant

    True, I have just installed this plugin. Ok I realized now where is the issue, and will play with the plugin options a bit. Thank you Bill for such a fast ad great support.

    #33463
    Bill Robbins
    Moderator

    Happy to help out. If you run into trouble, just let me know 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Main Content font’ is closed to new replies.