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?
– Diego Henrique
I am using the font-face technique. Soon they are on my server.
– dsantoro
@dsantoro Shows the code you are using.
– marcelo2605
Make sure you use the font formats that render it. *. eot
– Diego Henrique
Friend, ever thought about using Web Font? Google Fonts has several fonts and for free...
– Rodrigo Mello