On 18 Oct 2008, at 12:11 am, David Hyatt wrote:
EOT would be served by the Web site in order to be IE-compatible. If EOT is listed first and you support it, then you have to use it. Youcan't prefer TTF if it's #2 in the list, since that violates the @font-face specification, which states that the order the fonts are listed is the order that they have to be used.
You can also use the fact that internet explorer ignores any src value with a format() specifier.
src: url(font.ttf) format(truetype), url(font.eot); — Nicholas Shanks.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

