• Hi,
    I can’t seem to get rid of a serif font. Font of entire website should be AvenirNextPro, which is a san serif font. Font is working on larger portions of text, but not in basic body or paragraph text. See this screenshot https://cl.ly/242X3E3K1l0N .

    Tried using Google Easy fonts to replace serif font but that did nothing.
    In the stylesheet I can see the font being added using @font-face.
    Paragraphs are also defined using

    
    p{padding: 0 20px;
    	font-family:AvenirNextCondensed-Regular!important;
    }
    

    as well as class

    
    
    .p-content{
        font-family: AvenirNextCondensed-Regular!important;
        font-size: 20px!important;
    
    }
    

    How can I override the serif font and replace it with AvenirNextCondensed-Regular or a similar font like Nunito?

    Thank you.

    • This topic was modified 6 years, 7 months ago by pauly33.
    • This topic was modified 6 years, 7 months ago by pauly33.
    • This topic was modified 6 years, 7 months ago by Jose Castaneda. Reason: fixed backticks
    • This topic was modified 6 years, 7 months ago by Jan Dembowski.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi!

    This is what I’m currently seeing:

    Have you tried clearing all your caches?

    The only other font I saw defined was coming from a bootstrap file.

    Thread Starter pauly33

    (@pauly33)

    Thanks, I’ll look at that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font Issue’ is closed to new replies.