Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #289364

    hello,

    I want the font-family of all the text in my website (such as h1,h2,every title,blog contents and so on,) to be set it with “Arial”.

    Please help me.

    #289424

    Hi Zeng!

    Thank you for using our theme.

    Place in custom.css or Quick-CSS field the following code:

    
    body {
    font-family:  Arial, sans-serif !important;
    }
    

    Regards,
    Günter

    #292809

    Hello Günter

    Thanks for your help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘font-family of all the text in my website’ is closed to new replies.