Click here to Skip to main content
16,016,759 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi i need help ":" is appearing as a square on google chrome font family :arial
font size < 16 px text direction:rtl encoding ut8 text language arabic this is solved when i increase the font size and any other font gives the same problem on small sizes.
what is the solution please if the designer insists on maintaining small font-size
Posted
Comments
Sergey Alexandrovich Kryukov 3-Feb-12 20:25pm    
Sounds weird. Could you make a simplest possible complete code sample?
--SA

1 solution

Hi,

Can you try this one for your query.

CSS
body{font-family:"airal";direction:rtl; }
h1{font-size:32px;}


Below link is tested on Chrome and it is display as rounded.
http://jsfiddle.net/86dDW/[^]
 
Share this answer
 
Comments
Sunasara Imdadhusen 8-May-14 5:39am    
Good answer!!

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