나눔고딕 폰트 적용하기



테마 항목

1. HTML 편집
<head> 태그 아래에

<link rel='stylesheet' href='http://fonts.googleapis.com/earlyaccess/nanumgothic.css'/>
코드 작성



2. 맞춤설정
CSS 추가패널에

body, h1, h2, h3, h4, a, div, input, p, span, td, label, select, textarea, iframe {
font-family: 'Nanum Gothic';
}


.post-body {
font-family: 'Nanum Gothic';
}
.Header .description, .Header h1 {
font-family: 'Nanum Gothic';
}
.main-inner .widget h2.date-header span {
font-family: 'Nanum Gothic';
}
h3.post-title {
font-family: 'Nanum Gothic';
}
h3.post-title a {
font-family: 'Nanum Gothic';
}
.sidebar .widget {
font-family: 'Nanum Gothic';
}




삽입하기

Comments