묻고답하기
게시판(스케치북) 문서작성시 웹폰트 적용하기
2016.04.17 17:53
홈페이지 템플릭은 판매업체에서
layouts/상품명/fonts/nanumgothic.css 에 아래와 같이 되어 있어 홈페이지 메뉴 등 게시판이외 모든 폰트는 웹폰트가 적용됩니다
@charset "utf-8";
/*
* Nanum Gothic (Korean) http://www.google.com/webfonts/earlyaccess
*/
@font-face {
font-family: 'Nanum Gothic';
font-style: normal;
font-weight: 400;
src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Nanum Gothic';
font-style: normal;
font-weight: 700;
src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'),
url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}
#sf-menu a.nav1st{letter-spacing:-0.08px}
그런데 문제는
게시판에서 글 작성 후 웹폰트가 적용이 안됩니다.
게시판은 스케치북5를 사용중에 있습니다. (구글 웹폰트를 적용하라고 하는데...)
자세한 설명 부탁드립니다
감사합니다.
- [2015/11/24] 묻고답하기 메뉴바를 길게하고자 합니다 *1
스케치북 스킨설정에 가시면 기본설정에 폰트를 정할 수 있는 옵션이 있습니다. 나눔고딕을 사용하도록 수정해보세요.
그게아니라면 본문에 글작성시 임의로 폰트를 지정했을 수 있습니다.
그럴땐 .xe_content {font-family:'Nanum Gothic' !important;} 하셔도됩니다.