| | |
Multilingual Web Design
Please support our HTML and CSS advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
You need to encode them using UTF encoding.
•
•
Join Date: Jul 2008
Posts: 101
Reputation:
Solved Threads: 9
•
•
•
•
Hi All,
i am designing a multilingual website (English / Kannada). I can display Kannada font in IE by using Microsoft WEFT. But it is not displaying properly in Firefox and other browsers. How can i solve this problem.
Vinith
I always use UTF-8 but I sometimes have problems with Windows, and especially Internet Explorer (7&8) not supporting Norwegian characters in filenames. It has cause a lot of problems.
The best solution would be to ditch Windows and IE altogether, but that's probably a bit unrealistic!
Yes, I'm running Ubuntu. Of course.
You can include the font file on your site, and reference it in the html, so that those browsers without native unicode for Kannada can get it from the font file
a list of fonts containing support for Kannada http://www.wazu.jp/gallery/Fonts_Kannada.html#samples from which you can download a font to your site
and in the css should permit access
a list of fonts containing support for Kannada http://www.wazu.jp/gallery/Fonts_Kannada.html#samples from which you can download a font to your site
and
css Syntax (Toggle Plain Text)
@font-face { font-family: kannada; src: url(resolved-path-to-downloaded-kannada-font.ttf); }
Last edited by almostbob; Jul 6th, 2009 at 2:34 pm.
Failure is not an option It's included free
If at first you dont succeed, join the club
Of course its always in the last place you look, you dont keep looking after you find it
Please mark solved problems, solved
If at first you dont succeed, join the club
Of course its always in the last place you look, you dont keep looking after you find it
Please mark solved problems, solved
•
•
Join Date: Nov 2007
Posts: 13
Reputation:
Solved Threads: 0
Thank you so much for your help.
Iam using following code for include font
I checked with IE7, Firefox, Opera, Chrome, Safri. But it is working only with Safari browser.
Iam using following code for include font
html Syntax (Toggle Plain Text)
<style type="text/css" media="screen, print"> @font-face { font-family: BRH Kannada; src: local("BRH Kannada"), url("../fonts/brhknd.ttf") format("truetype"); } body { font-family: "BRH Kannada", nudi_vedic_e; } <!--[if IE 7]> @font-face { font-family: BRH Kannada; src: url("../fonts/BRHKANN0.eot"); } <!-- [endif] --> </style>
I checked with IE7, Firefox, Opera, Chrome, Safri. But it is working only with Safari browser.
Last edited by peter_budo; Jul 8th, 2009 at 7:05 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
•
•
Join Date: Nov 2007
Posts: 13
Reputation:
Solved Threads: 0
Thank you. But it is not working
This is my modified code :
This is working perfectly with IE7 and Safari
This is my modified code :
•
•
•
•
HTML and CSS Syntax (Toggle Plain Text)
<style type="text/css" media="screen, print"> @font-face { font-family: "BRH Kannada"; src: url("../fonts/brhknd.ttf") format("truetype"); } <!--[if IE 7]> @font-face { font-family: Times New Roman; font-style: normal; font-weight: normal; src: url(../fonts/TIMESNE0.eot); } @font-face { font-family: BRH Kannada; font-style: normal; font-weight: 700; src: url(../fonts/BRHKANN1.eot); } @font-face { font-family: BRH Kannada; font-style: normal; font-weight: normal; src: url(../fonts/BRHKANN0.eot); } <!--[endif]--> </style>
Last edited by vinithktp; Jul 8th, 2009 at 10:39 am.
•
•
Join Date: Jul 2008
Posts: 101
Reputation:
Solved Threads: 9
There's a world outside of USA. If a system doesn't allow characters outside the limited ASCII set, it's the system that needs to be changed.
Yes, I'm running Ubuntu. Of course.
•
•
•
•
There's a world outside of USA. If a system doesn't allow characters outside the limited ASCII set, it's the system that needs to be changed.
the internet, shipping, airtravel, native language is English.
A limited character set for transport protocols is probably a good thing, there are too many translation versions of 2byte codes that there would be less compatibility if each server were to try to interpret them, according to its installed version.
If you invent something(or steal it convincingly enough), the microcode would probably be in that language of the inventor(theif)
Last edited by almostbob; Jul 13th, 2009 at 9:07 am.
Failure is not an option It's included free
If at first you dont succeed, join the club
Of course its always in the last place you look, you dont keep looking after you find it
Please mark solved problems, solved
If at first you dont succeed, join the club
Of course its always in the last place you look, you dont keep looking after you find it
Please mark solved problems, solved
![]() |
Similar Threads
- web design agency (Web Development Job Offers)
- Professional web design and programming services (Post your Resume)
- Eyepinch, Inc. Professional Web Design (Post your Resume)
Other Threads in the HTML and CSS Forum
- Previous Thread: External CSS problems.
- Next Thread: valign='middle' not working!!
| Thread Tools | Search this Thread |
appointments asp background backgroundcolor beta browser bug calendar cart cgi code codeinjection corporateidentity css design development displayimageinsteadofflash dreamweaver emailmarketing epilepsy explorer firefox flash form format google griefers hackers hitcounter hover html ide ie7 ie8 iframe image images internet internetexplorer intranet iphone javascript jpeg layout macbook maps marketshare microsoft mozilla multimedia navigationbars news offshoreoutsourcingcompany opacity opera optimization pnginie6 positioning problem scroll seo shopping studio swf swf. textcolor timecolor titletags url urlseparatedwords visual visualization web webdevelopment webform website windows7






