How to use regional language font

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
User avatar
iijb
Forum Commoner
Posts: 43
Joined: Wed Nov 26, 2008 11:34 pm

How to use regional language font

Post by iijb »

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
User avatar
Salaria
Forum Commoner
Posts: 34
Joined: Fri Feb 13, 2009 2:50 am
Location: India
Contact:

Re: How to use regional language font

Post by Salaria »

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.
Post Reply