HTML·CSS야

구글웹폰트 한글

administrators 2012. 11. 1. 15:08
- 구글웹폰트 한글 - 


<!DOCTYPE
HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <link href='http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/earlyaccess/nanumgothic.css' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/earlyaccess/nanumpenscript.css' rel='stylesheet' type='text/css'> <style type="text/css"> .na_brs{font-family: 'Nanum Brush Script', serif;font-size:30px;} .na_got{font-family: 'Nanum Gothic', serif;font-size:30px;} .na_gtc{font-family: 'Nanum Gothic Coding', serif;font-size:30px;} .na_mye{font-family: 'Nanum Myeongjo', serif;font-size:30px;} .na_pen{font-family: 'Nanum Pen Script', serif;font-size:30px;} </style> </head> <body> <div class="na_brs">나눔브러쉬 Nanum Brush</div> <div class="na_got">나눔고딕 Nanum Gothic</div> <div class="na_gtc">나눔고딕코딩 Nanum Gothic Coding</div> <div class="na_mye">나눔명조 Nanum Myeongjo</div> <div class="na_pen">나눔펜 Nanum Pen Script</div> </body> </html>



나눔브러쉬 Nanum Brush

나눔고딕 Nanum Gothic

나눔고딕코딩 Nanum Gothic Coding

나눔명조 Nanum Myeongjo

나눔펜 Nanum Pen Script



- write by 꼬마갱이 2012.01.01 -


'HTML·CSS야' 카테고리의 다른 글

무료 HTML5, CSS3 웹템플릿 (무료 웹사이트 퍼블)  (0) 2016.01.22
스크롤바 style 스크롤바css생성기  (0) 2013.10.23
Free CSS & templates  (0) 2010.06.11
CSS 정리-1  (0) 2010.06.11
배경희미해지는 레이어 팝업  (0) 2010.06.10