728x90
Admin > 꾸미기 > HTML/CSS 편집 > 파일업로드
에 NanumGothic.eot 파일 추가
style.css에
@font-face {font-family:나눔고딕; src:url(images/NanumGothic.eot)};
body{font-family:나눔고딕;}
div{font-family:나눔고딕;}
추가
body,th,td,input,select,textarea,button,h1,h2,h3,h4,h5,h6 {font:12px/1.5 나눔고딕,'돋움',dotum,Tahoma,AppleGothic,Sans-serif;color:#7b7366;}
돋움 앞에 나눔고딕 추가
+ 글제목 폰트 변경
.entry .wrap_title .tit .link {overflow:hidden;font-size:/*@post-title-font-size*/18px/*@*/;font-family:/*@post-title-font-family*/Dotum/*@*/;color:/*@post-title-color*/#ff3939/*@*/;font-weight:bold;line-height:1.35;text-decoration:none;letter-spacing:-1px;word-wrap:break-word;}
font-family: 나눔고딕, 돋움, Dotum;
으로 변경
티스토리 블로그 나눔고딕 폰트바꾸기 http://anythingtip.tistory.com/3
728x90