본문 바로가기

WEB/Font( 폰트 )

웹폰트 만들기


참조 :   http://dopus.tistory.com/114


1 . css 시작하는 상단에 선언해준다
@font-face{ font-family:nmttf; src:url('/lib/font/NanumGothic.ttf');}
@font-face{ font-family:nmeot; src:url('/lib/font/NanumGothic.eot');}

2. 글꼴 선언
font-family:nmttf, nmeot, Dotum, AppleGothic, sans-serif;

- 끝 -
반응형

'WEB > Font( 폰트 )' 카테고리의 다른 글

웹폰트,fontface,  (0) 2012.05.02