font-face Internet Explorer

Asked

Viewed 282 times

1

I’m having a problem loading into my sources in IE. It takes about 1 minute to load. Someone else goes through or has already gone through this?

@font-face {
font-family: 'yanone_regular';
src: url('yanonekaffeesatz-regular-webfont.eot');
src: url('yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
     url('yanonekaffeesatz-regular-webfont.woff') format('woff'),
     url('yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
     url('yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatzregular') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'yanone_bold';
src: url('yanonekaffeesatz-bold-webfont.eot');
src: url('yanonekaffeesatz-bold-webfont.eot?#iefix') format('embedded-opentype'),
     url('yanonekaffeesatz-bold-webfont.woff') format('woff'),
     url('yanonekaffeesatz-bold-webfont.ttf') format('truetype'),
     url('yanonekaffeesatz-bold-webfont.svg#yanone_kaffeesatzbold') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'yanone_light';
src: url('yanonekaffeesatz-light-webfont.eot');
src: url('yanonekaffeesatz-light-webfont.eot?#iefix') format('embedded-opentype'),
     url('yanonekaffeesatz-light-webfont.woff') format('woff'),
     url('yanonekaffeesatz-light-webfont.ttf') format('truetype'),
     url('yanonekaffeesatz-light-webfont.svg#yanone_kaffeesatzlight') format('svg');
font-weight: normal;
font-style: normal;

}

  • The font this site? Or are you picking her up from outside?

  • I am using the font-face technique. Soon they are on my server.

  • @dsantoro Shows the code you are using.

  • Make sure you use the font formats that render it. *. eot

  • Friend, ever thought about using Web Font? Google Fonts has several fonts and for free...

1 answer

1

  • My fonts were created in this fontsquirrel ai mesmo rs.

  • Yeah, it replaced the ones I’ve been through?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.