[webkit-dev] EOT Support in WebKit
Nicholas Shanks
contact at nickshanks.com
Fri Oct 17 16:51:03 PDT 2008
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. You
> can'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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2427 bytes
Desc: not available
Url : http://lists.webkit.org/pipermail/webkit-dev/attachments/20081018/00d2c069/attachment.bin
More information about the webkit-dev
mailing list