CSS 웹폰트

@charset "utf-8";
 @font-face {
   font-family: 'NanumGothic';
   src: url('font/NanumGothic.eot');
   src: url('font/NanumGothic.eot?#iefix') format('embedded-opentype'), /* ie 6,7,8 적용 embedded-opentype ie 8,9 적용 */
        url('font/NanumGothic.woff') format('woff'), /* ie 제외한 나머지 */
        url('font/NanumGothic.ttf') format('truetype'),
        url('font/NanumGothic.svg#NanumGothic') format('svg'); /모바일브라우져를 위해서*/
   font-weight: normal;
   font-style: normal;
 }
 
 //노토산스
 Noto Sans KR
 @import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

 //나눔고딕
 NanumGothic
 @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

 //나눔펜글씨
 font-family: 'Nanum Pen Script', serif;
 @import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);

 //할렐루야체
 font-family: 'Gloria Hallelujah', cursive;
 @import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah');

 //배달의 민족 한나
 font-family: 'Hanna', sans-serif;
 @import url('https://fonts.googleapis.com/earlyaccess/hanna.css');

 //나눔스퀘어
 font-family: 'NanumSquare', sans-serif;
 @import url(//cdn.jsdelivr.net/nanumsquare/1.0/nanumsquare.css);

 //라티프
 font-family: 'Lateef', cursive;
 @import url('https://fonts.googleapis.com/css?family=Lateef');

 //인디 플라워
 font-family: 'Indie Flower', cursive;
 @import url('https://fonts.googleapis.com/css?family=Indie+Flower');

 //영문필기체
 font-family: 'Tangerine', cursive;
 @import url('https://fonts.googleapis.com/css?family=Tangerine');

 //나눔명조
 font-family: 'Nanum Myeongjo', serif;
 @import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

 //스포카 한
 font-family: 'Spoqa Han Sans', 'Sans-serif'
 @import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
CSS에 게시되었습니다

관련 글

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 항목은 *(으)로 표시합니다