Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

in css code you can use this to change the site font:
CSS
@font-face {
	font-family: myfont;
	src: url('myfont.ttf');
}

and then simply use:
CSS
p.custom_font{
	font-family: myfont;
}

This cool code can work very good with English fonts, but it can't display Arabic fonts unless i'm using Internet explorer!!

how can i add Arabic support to Google Chrome?
Posted
Updated 13-Dec-12 3:11am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900