Plugin Author
sbouey
(@sbouey)
Hi,
it’s possible to give me capture or link of the problem ?
Stéphane
i want to show different font for my Arabic language, like how to change the font for my second language
Plugin Author
sbouey
(@sbouey)
Hi, you just want to use a specific font for arabic language ?
here is my website for english :majnoon.co/en
for arabic majnoon.co/ar
my theme is Minimog from themeforest https://themeforest.net/item/minimog-the-high-converting-ecommerce-wordpress-theme/36947163
i want to use ‘Noto Sans Kufi Arabic’ font for my arabic page
Plugin Author
sbouey
(@sbouey)
You can try to use the css rule like this :
html[lang="ar"] * {
font-family: 'Noto Sans Kufi Arabic'!important;
}
you have to put it in your template css custom files, i’m not sure it’s enought
Stéphane
thank you very much working perfectly, can i exclude this font in some class like my prices are in English and i want to show original font for only prices
Plugin Author
sbouey
(@sbouey)
You can do this with css too, perhaps the easier way is to add a css class for the price with the right font
Plugin Author
sbouey
(@sbouey)
Did you fix the problem for price, the global solution work ? can i put it as resolved ?