Code for updating arabic translation font is not working
-
Hi, I am using translatepress on an ecommerce website using Flatsome theme. The website is in English and its translated to arabic language. Currently, I don’t like the font used and would like to use an arabic google font like “Cairo” for example. I checked other topics with same issue where you asked to add the following code to the customizer >> additional css but this didn’t work for me and the arabic language is still displaying the original english font which doesn’t look nice. I would appreciate if you could help me know where the problem is. Thanks in advance.
@import?url(‘https://fonts.googleapis.com/css2?family=Cairo&display=swap’);
body.translatepress-ar{
font-family:Cairo;
}
- The topic ‘Code for updating arabic translation font is not working’ is closed to new replies.