본문 바로가기
카테고리 없음

워드프레스 나눔바른고딕, 나눔고딕

by 씨엔아이소프트 2017. 7. 26.
반응형

워드프레스 나눔바른고딕 폰트 적용

 

 

/* 나눔고딕체 */
@import url("//fonts.googleapis.com/earlyaccess/nanumgothic.css");
body, h1, h2, h3, h4, h5, h6, p, a, p, div, span, ul, li {
    font-family: 'Nanum Gothic' !important;
}

 

/* Noto Sans Gothic */
@import url(//fonts.googleapis.com/earlyaccess/notosansgothic.css);
body, h1, h2, h3, h4, h5, h6, p, a, p, div, span, ul, li {
    font-family: 'Noto Sans Gothic', sans-serif !important;
}


/* 본고딕 */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
body, h1, h2, h3, h4, h5, h6, p, a, p, div, span, ul, li {
font-family: 'Noto Sans KR', sans-serif;
}

 

/* 나눔 바른고딕 */
@import “//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css”;
body, h1, h2, h3, h4, h5, h6, p, a, p, div, span, ul, li {
    font-family: arial, ‘나눔바른고딕’, ‘Nanum Barun Gothic’ !important;
}

 

 

 

나눔고딕
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
font-family: 'Nanum Gothic', sans-serif;

 

 

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

 

 

나눔고딕 코딩
@import url(//fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);
font-family: 'Nanum Gothic Coding', monospace;

 


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

 

 

나눔 부러쉬
@import url(//fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
font-family: 'Nanum Brush Script', cursive;

 

 

제주고딕
@import url(//fonts.googleapis.com/earlyaccess/jejugothic.css);
font-family: 'Jeju Gothic', sans-serif;

 

 

제주명조
@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
font-family: 'Jeju Myeongjo', serif;

 

 

제주 한라산
@import url(//fonts.googleapis.com/earlyaccess/jejuhallasan.css);
font-family: 'Jeju Hallasan', cursive;

출판 바탕체
@import url(//fonts.googleapis.com/earlyaccess/kopubbatang.css);
font-family: 'KoPub Batang', serif;

 

 

Noto Sans KR
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
font-family: 'Noto Sans KR', sans-serif;

 

 

하나체
@import url(//fonts.googleapis.com/earlyaccess/hanna.css);
font-family: 'Hanna', sans-serif;

 


Noto Sans Gothic (Gothic)
@import url(//fonts.googleapis.com/earlyaccess/notosansgothic.css);
font-family: 'Noto Sans Gothic', sans-serif;

 

 

본고딕
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);
font-family: 'Noto Sans', sans-serif;


 

반응형

댓글