sajeshmohan Posted October 19, 2009 Share Posted October 19, 2009 <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> IN IE7/IE8/Firefox is working perfect . but on IE6 not working i wish to show malayalam ML-Karthika font. on the style i am using the .eot font @font-face { font-family: " ML-TTKarthika "; src: url(eot/MLTTKAR1.eot ); src: local("ML-TTKarthika"), url(mlkarthika.ttf) format("truetype"); } pls. help me. thanks Quote Link to comment Share on other sites More sharing options...
haku Posted October 19, 2009 Share Posted October 19, 2009 Your problem isn't that utf-8 isn't supported by IE6, it's that font-face isn't supported by IE6. Quote Link to comment Share on other sites More sharing options...
sajeshmohan Posted October 19, 2009 Author Share Posted October 19, 2009 then how can i solve the problem Quote Link to comment Share on other sites More sharing options...
haku Posted October 19, 2009 Share Posted October 19, 2009 Don't use font-face. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.