• Resolved ayard

    (@ayard)


    Hello I’m trying to use this code to change the Arabic language font but it’s not working

    body.translatepress-ro_RO

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

Viewing 1 replies (of 1 total)
  • Hello there,

    Thanks for reaching out to us!

    Here you have an example of some code meant to change the arabic font of a website. Go to Appearance –> Customize –> Additional CSS and add this code:

    @import url('https://fonts.google.com/specimen/Almarai?subset=arabic#standard-styles');  
    body.translatepress-ar {        //Use your language code from TP Settings --> General tab       
    font-family:Almarai !important;   } 

    Please make sure that you delete the //comments before saving.

    Best Regards

Viewing 1 replies (of 1 total)

The topic ‘Arabic Font’ is closed to new replies.