add two fonts for each languages
-
I would like to assign a different font to the Arabic once it switches over. Is there a way to achieve this?
i tried this code but it doesn’t work.. i conatact the theme support and they said ( the code not correct on your site”
the code that i added is below :
@import url(‘https://fonts.googleapis.com/css?family=Padauk&display=swap’);
body.translatepress-ar_AR{ font-family:Padauk; }and second code :
@import url(‘https://fonts.googleapis.com/css2?family=Cairo&display=swap’);
body.translatepress-ar_AR{
font-family: ‘Cairo’, sans-serif;
}but non of them worked
thank you
The page I need help with: [log in to see the link]
- The topic ‘add two fonts for each languages’ is closed to new replies.