Update arabic translation to google font
-
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
@import url(‘https://fonts.googleapis.com/css2?family=Cairo&display=swap’);
body.translatepress-ar{
font-family:Cairo;
}However this didn’t work and the arabic language is still displaying the original english fonts. Thanks in advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Update arabic translation to google font’ is closed to new replies.