부트스트렙 이용해서 만든 홈페이지..

부트스트렙 이용해서 만든 홈페이지..

QA

부트스트렙 이용해서 만든 홈페이지..

본문

폰트를 좀 바꾸고 싶은데 어떻게 바꿔야 하는지 좀 알수 있을까요???

 

이 질문에 댓글 쓰기 :

답변 2

나눔고딕 웹폰트 소스 올려드릴께요.

 

공통적으로 들어가는 파일

예) 그누보드는 head.php 파일

 

에 넣으시면 됩니다.

 

WebFontConfig = {
 custom: {
  families: ['Nanum Gothic'],
  urls: ['http://fonts.googleapis.com/earlyaccess/nanumgothic.css']
 }
};

(function() {
 var wf = document.createElement('script');
 wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1.4.10/webfont.js';
 wf.type = 'text/javascript';
 wf.async = 'true';
 var s = document.getElementsByTagName('script')[0];
 s.parentNode.insertBefore(wf, s);
})();

답변을 작성하시기 전에 로그인 해주세요.
전체 123,672 | RSS
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT