728x90
반응형
파일업로드하고 밑에 CSS적용하면 끝!
나눔고딕 13.25 MB
@font-face {
font-family: ‘NanumGothic';
src: url(‘font/NanumGothic.eot’);
src: local(‘☺’), url(‘font/NanumGothic.woff’) format(‘woff’), url(‘font/NanumGothic.ttf’) format(‘truetype’);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: ‘NanumGothicBold';
src: url(‘font/NanumGothicBold.eot’);
src: local(‘☺’), url(‘font/NanumGothicBold.woff’) format(‘woff’), url(‘font/NanumGothicBold.ttf’) format(‘truetype’);
font-weight: normal;
font-style: normal;
}
728x90
반응형
'CSS > 예제소스' 카테고리의 다른 글
ie 에서 텍스트 박스에 위 아래 정렬 안되고 글씨가 위로 붙을때 (0) | 2015.11.12 |
---|---|
CSS Overflow와 Text-overflow 속성 (0) | 2015.11.06 |
웹폰트(@font-face) 적용법 (0) | 2015.10.27 |
웹폰트 적용/나눔고딕/html 폰트 적용하는 법/ (0) | 2015.10.27 |
[css font] font-family 부터 온갖 속성을 한방에 (0) | 2015.09.24 |
테이블(Table) 요소 - TABLE, CAPTION, TR, TH, TD, COL, COLGROUP, THEAD, TFOOT, TBODY (0) | 2015.07.31 |
11_<colgroup> (0) | 2015.07.31 |