Display unsupported TTF in IE by converting to EOT WF with
WEFT.
I got IE to display with this declaration stored in IE.css:
Code:
@font-face {
font-family: **font class**;
src: url('font/**font name**.eot');
}
; eg element
body {
font-family: **font class**, Arial, Helvetica, sans-serif;
}
To load this separate css, I added a condition to HTML head
Code:
<!--[if IE]>
<style type="text/css" media="screen">@import "IE.css";</style>
<![endif]-->
Quote:
Be warned, WEFT is awful to use, in every way. It did not work for me running Parallels with XP Pro on a Mac. 7th Nov: After more experiments, Weft will accept TrueType (.ttf) files in Parallels....Because it is so painful, I cannot give support for WEFT. You can try the Microsoft WEFT user community, but I can’t comment as to its usefulness, and I could not find any other support avenues.
:lol:
Also, I've only been able to get this to work locally.
Cant seem to get it to work run from a server app.
It seems that 'local IE' supports ttf
