Base64 web browser support

aborts file download time EOT, so the font does not load correctly.

  • There is an abstract solution with eotfast and mhtml , but it is not supported in IE7 + 8.

  • The usual base64method works pretty well, but only for IE9:

    src: url ('data: font / eot; base64, iVBORw0KGgoAAAANSUhEUgAAAAUAggg =='); / * IE 9 * /

What is the total solution for implement embedded web-site web-sites for + ?

+5
source share
2 answers

URL- Internet Explorer 7
DataURL

, DataURL IE7 :

<!--[if (lte IE 7)]>
    <link rel="stylesheet" media="screen" href="css/fontface-ielt8.css" />
<![endif]-->

Internet Explorer 8 DataURL 32

IE8, .
fontsquirrel ( ) , .

, .

+5

, web- IE7 + 8, - , Internet Explorer, -, EOT, , .

+1

All Articles