Okay
  Public Ticket #2001626
default font-family where ????
Closed

Comments

  • Michael Elmkjær started the conversation

    Hi

    I just want to define a standard default font-family 

    ie

    font-family: Verdana, Helvetica;

    for various selectors 


    i do NOT want to define custom fonts.

    WHERE do I do that ? why cant i just type it in on "Typography" menu ??? 


  • [deleted] replied

    Hi Michael,

    That font is not part of the Google Fonts or any other source but it's a default Windows and Mac font.

    To apply that font for your site please delete other Typography fonts (if you have added any) and then Can you please add the code below to your Custom CSS area:

    body, p {
        font-family: Verdana, Helvetica;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: Verdana, Helvetica;    
    }

    Have a great day!