• Hello,

    Please update How to change default fonts to another for all website in your theme ?

    Please update me asap.

Viewing 1 replies (of 1 total)
  • I think the quickest way to do this is to go to
    Appearance > Customize > Additional CSS and write the following:

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

    You can use whatever font-family you want to use. Arial is just an example.
    Remember, this will change all fonts in your site.

    Let me know if this works.

Viewing 1 replies (of 1 total)
  • The topic ‘How to change default fonts to another for all website’ is closed to new replies.