@font-face: good use experience?
-
Who's had a good use experience, help me.
I've tried things differently. The best thing I've got is the prints in Chrome and FF. Opera and EE are still refusing to see a non-standard print. CSS is:
/* только для Internet Explorer */ @font-face { font-family: etelkatext; src: url('EtelkaText.eot'); }
/* далее для всех остальных браузеров */
@font-face {
font-family: etelkatext;
src: url('EtelkaText.otf');
}body
{font-family:etelkatext;}
-
And I'd like to suggest aice. http://code.google.com/intl/ru-RU/apis/webfonts/ there and http://code.google.com/intl/ru-RU/apis/webfonts/docs/getting_started.html#Quick_Start Yes. And by the way, they can even be made autonomous.
I use RaphaelJS myself. http://raphaeljs.com/reference.html#Paper.print ) in visc http://cufon.shoqolate.com/generate/ ♪
UPD.Maybe try that.
<!--[if IE]> <style> /* только для Internet Explorer */ @font-face { font-family: etelkatext; src: url('EtelkaText.eot'); } </style> <![endif]--> <!--[if !IE]> /* далее для всех остальных браузеров */ <style> @font-face { font-family: etelkatext; src: url('EtelkaText.otf'); } </style> <![endif]-->