• Resolved wafaasaadeh

    (@wafaasaadeh)


    can I change the font of all the web site in arabic side and english side by using css

    like this

    body: font-family: Heinch bold !important;

    }

    please recommend

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Pradnya

    (@pradnyajegstudio)

    Hi @wafaasaadeh

    After the custom font has been uploaded, you can change the CSS to:

    * {
        font-family: Heinch !important;
    	font-weight: bold !important;
    }

    It will change all the fonts on your site.

Viewing 1 replies (of 1 total)
  • The topic ‘change the font of the web site’ is closed to new replies.