• Hey everybody,

    This place is amazing, and i am really glad that many of you are willing to help so nicely. Now unfortunately i am trying to standardize my website font i tried a cove that somebody had on a different forum and so some codes around this forum but none seems to be changing anything:

    the code is:

    /* For All content */
    body {
    font-family: Arial,sans-serif; /* Type of Font */
    font-size: 12px; /* Size of Font */
    line-height: 24px; /* Line Height of Font */
    }
    /* For Site Title content */
    h1#site-title {
    font-family: ‘Lobster, Arial,sans-serif’;
    font-size: 45px;
    }

    Can any of you give me a hand to have this issue sorted? In advance Thank you

Viewing 1 replies (of 1 total)
  • Hi Acueva,

    Thanks for writing in! if you wish to standardize the font of your website, so you can try adding the following code under Appearance > Theme Options > Custom Css:

    body {
    font-family: Arial, sans-serif !important;
    font-size: 12px !important;
    line-height: 24px !important;
    }
    
    h2.entry-title {
    font-family: 'Lobster, Arial,sans-serif' !important;
    font-size: 45px !important;
    }

    Please indicate the place in case above doesn’t assist.

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Standarize Text Font – Evolve Theme’ is closed to new replies.