.css
@font-face {
font-family: 'NanumBarunGothic';
src: url(NanumBarunGothic.eot);
src: url(NanumBarunGothic.eot?#iefix) format(‘embedded-opentype’),
url(NanumBarunGothic.woff) format(‘woff’),
url(NanumBarunGothic.ttf) format('truetype');
}
@font-face {
font-family: 'NanumBarunGothic';
src: url(NanumBarunGothicBold.eot);
src: url(NanumBarunGothicBold.eot?#iefix) format(‘embedded-opentype’),
url(NanumBarunGothicBold.woff) format(‘woff’),
url(NanumBarunGothicBold.ttf) format('truetype');
font-weight: bold;
}
.htaccess
Addtype application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType application/font-woff .woof
This is my syntax. IE is OK. Load .eot perfectly. But Safari, Chrome load .ttf font. Why? Any wrong syntax in there?
Test page: http://parkjinho.pe.kr:2368