Hello,
On my site, I use the font : Arabic Typesetting now on my laptop it displays fine, but on my other pc it displays horribly because my other pc obviously doesnt have that font, is their a way that i can make it so that if the viewer doesnt have Arabic Typesetting it will change to arial and change font size, because i currently have Arabic Typesetting on large, but if it changed to arial large is massive, i used this code:
it works my pc that doesnt have the arabic font, it now does arial but it is massive, does anyone know what i can do?
Thanks
On my site, I use the font : Arabic Typesetting now on my laptop it displays fine, but on my other pc it displays horribly because my other pc obviously doesnt have that font, is their a way that i can make it so that if the viewer doesnt have Arabic Typesetting it will change to arial and change font size, because i currently have Arabic Typesetting on large, but if it changed to arial large is massive, i used this code:
Code:
.style3 { color: #FFFFFF; font-family: "Arabic Typesetting", Arial; //if user doesnt have arabic font, do arial font.. font-size: large; // large is massive on arial =() }
Thanks
Comment