Hi all,
Im developing a site in a regional language. My problem is related to the font(not a builtin font). How to include the font for that all browsers should display the page correctly. While searching on the net I found about eot and sifr. Is these technologies works on all browsers?. Is there any technique for dynamic downloading of font?.
Thanks in advance
iijb
How to use regional language font
Moderator: General Moderators
Re: How to use regional language font
Hi,
Better use unicode support while development. Including a font is really bad solution these days. You need to set your language encoding and unicode like UTF-8 support most of the languages.
Better use unicode support while development. Including a font is really bad solution these days. You need to set your language encoding and unicode like UTF-8 support most of the languages.