본문 바로가기
IT, 인터넷 트랜드/웹제작팁&테크

워드프레스 구글 나눔고딕웹폰트 적용하기.

by 시너지메이커9 2016. 12. 27.
반응형

워드프레스 구글 나눔고딕웹폰트 적용하기.


wordpress설치폴더 > wp-content > themes > twentyfifteen > style.css

에 붙여넣기

@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");

body, h1, h2, h3, h4, h5, h6, li, p, #nav ul li a, #topbar, input, button, select, textarea, a, .wf-container > *, .widget-title, .dwqa-container, #wpmem_reg, #wpmem_login { 
font-family: 'Nanum Gothic', 나눔고딕 !important; 
font-style: normal  !important; 
}

반응형