뽀라닷컴
Loading...




웹디자인,포토샵,그누보드,제로보드,동영상제작 관련 메모 >>


전체(437)인터넷,컴퓨터 (94) | 웹디자인tip (182) | CG,그래픽tip (70) | BBS_Tip (74) | 영상tip (17) |
웹페이지 나눔고딕,한나 폰트 css 적용하기 2017-08-27 02:56:40
홈페이지홈페이지

 @font-face{
 font-family:"Nanum Gothic";
 src:url('/fonts/NanumGothic.eot');
 src:url('/fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
 url('/fonts/NanumGothic.woff') format('woff'),
 url('/fonts/NanumGothic.ttf') format('truetype');
 url('/fonts/NanumGothic.svg#NanumGothic') format('svg')
 src:local(※), url('/fonts/NanumGothic.woff') format('woff');
}


루트에 font 라는 폴더에 나눔고딕 웹폰트를 업로드후 적용





    



목록보기 삭제하기