• Resolved mhdpower

    (@mhdpower)


    Dears;

    I inserted the below code to change my language font , but still the same old font :

    
    /*font*/
    
    body.translatepress-ar *{
     font-family:'Allerta Stencil', sans-serif;
    

    any suggestion ?
    Thanks in advance

Viewing 1 replies (of 1 total)
  • Hello,

    We deeply apologize for the delayed response.
    There has been a great load on our support team in the past few days, but such a long reply time is very uncommon.

    Please try the code below:

    @import url ('https://fonts.googleapis.com/css2?family=Allerta+Stencil&display=swap');
    body.translatepress-ar {font-family: Stencil Alert; } // Use your desired font and language code

    I hope I found the right “Sterta Alert” you wanted but if I didn’t you can select another font from:
    https://fonts.google.com/

    Just change the url from the code and the font-family.

    Kind regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Change font Issue’ is closed to new replies.