구글 웹폰트
구글 웹폰트 - 나눔글꼴
아래 Earlyaccess 에서 Nanum 검색 --> URL 임포트 into CSS
http://www.google.com/fonts/earlyaccess
나눔글꼴
나눔고딕 @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); font-family: 'Nanum Gothic', sans-serif; 나눔명조 @import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css); font-family: 'Nanum Myeongjo', serif;
나눔고딕코딩 @import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css); font-family: 'Nanum Gothic Coding', monospace;
나눔손글씨펜체 @import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css); font-family: 'Nanum Pen Script', cursive;
나눔손글씨붓체 @import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css); font-family: 'Nanum Brush Script', cursive;
Serif font : 세리프가 있는 폰트 바탕, 궁서, 명조, Times new Roman 등...
Sans-serif font : 세리프가 없는 폰트 굴림, 돋움, 고딕, Arial, Tahoma, Verdana 등...
body {font-family: 'Nanum Gothic Coding', monospace;}
HTML 에서 불러 쓰기
<link href='http://fonts.googleapis.com/earlyaccess/nanumgothic.css' rel='stylesheet' type='text/css'>
외부 웹 --> !important
*{font-family: 'Nanum Gothic', san-serif !important;}
CSS 예제)
1 2 3 4 5 | @import url(http: //fonts.googleapis.com/earlyaccess/nanumgothic.css); @import url(http: //fonts.googleapis.com/earlyaccess/nanumbrushscript.css); @import url(http: //fonts.googleapis.com/earlyaccess/nanumgothiccoding.css); @import url(http: //fonts.googleapis.com/earlyaccess/nanummyeongjo.css); @import url(http: //fonts.googleapis.com/earlyaccess/nanumpenscript.css); |
1 2 3 4 5 6 | body { color : #666666 ; font-family : 'Nanum Gothic' , 'Nanum Brush Script' , 'Nanum Gothic Coding' , 'Nanum Myeongjo' , 'Nanum Pen Script' ; font-size : 12px ; line-height : 20px ; } |
'Tools' 카테고리의 다른 글
언락 아이폰6 헬로모바일 VoLTE 사용하기 (0) | 2015.01.21 |
---|---|
노트북을 AP로 사용하기 (0) | 2015.01.15 |
정말로 많은 Tools (0) | 2012.07.22 |
'USB 메모리'로 Windows 7 설치 (1) | 2012.02.26 |
큐베이스6 마음에 드는 몇가지 (3) | 2011.06.30 |
윈도우7 SSD 설치 후 튜닝 (2) | 2011.04.22 |
윈도우7 설치 후 RAID 모드 변경 (1) | 2011.04.20 |