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 -