@font-face {
font-family:'Nanum';
font-weight:400;
src: url('font/NanumGothic.eot');
src: url('font/NanumGothic.eot?#iefix') format('embedded-opentype'),
url('font/NanumGothic.woff') format('woff'),
url('font/NanumGothic.ttf') format('truetype');
}
@font-face {
font-family:'NanumBold';
font-weight:600;
src: url('font/NanumGothicBold.eot');
src: url('font/NanumGothicBold.eot?#iefix') format('embedded-opentype'),
url('font/NanumGothicBold.woff') format('woff'),
url('font/NanumGothicBold.ttf') format('truetype');
}
@font-face {
font-family:'NanumEX';
font-weight:900;
src: url('font/NanumGothicExtraBold.eot');
src: url('font/NanumGothicExtraBold.eot?#iefix') format('embedded-opentype'),
url('font/NanumGothicExtraBold.woff') format('woff'),
url('font/NanumGothicExtraBold.ttf') format('truetype');
}
'CSS' 카테고리의 다른 글
[CSS] (0) | 2015.06.08 |
---|---|
[CSS3] 속성 (0) | 2015.06.05 |
Block 요소의 가운데 정렬 (0) | 2015.05.06 |
float 요소 중앙정렬 (0) | 2015.05.06 |
[CSS] 서버 웹폰트 적용 @font-face (0) | 2015.05.01 |
IE9 이상으로 브라우저를 업그레이드하거나, 크롬, 파이어폭스 등 최신 브라우저를 이용해주세요.