Okay
  Public Ticket #285228
​How do I change the font to Verdana?
Closed

Comments

  • Joey started the conversation

    How do I change the font to Verdana?

    I already got it to work for the body text by adding this to the CSS:

    }

    body, body p {

    font-family: “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Geneva, Verdana, sans-serif!important;

    }

    But how do I change it for heading 1, 2, Navigation, etc?


  •  8,839
    Tahir replied

    Hey!

    If you want it everywhere simply use this css:

    body * {
        
        font-family: “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Geneva, Verdana, sans-serif!important;
    
    
    }
    
    
    

    Thanks


    ThemeNectar Support Team 

  • Joey replied

    Adding this creates a problem with the short-code icons: they turn out blank.

  •  8,839
    Tahir replied

    Hey Again!

    Then please try adding the selectors individually like h1 , h2 etc. 

    Thanks


    ThemeNectar Support Team