구글 웹폰트, 무료 적용
작성일 16-07-11 15:43
페이지 정보
작성자서방님 조회 152회 댓글 0건본문
<!doctype html>
<html lang="ko">
<head>
<meta charset="euc-kr">
<title>CSS | Google Fonts</title>
<style>
@import url(http://fonts.googleapis.com/earlyaccess/hanna.css)undefined;
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css)undefined;
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css)undefined;
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css)undefined;
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css)undefined;
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css)undefined;
.hn {font-family: 'Hanna';}
.nbs {font-family: 'Nanum Brush Script';}
.ng {font-family: 'Nanum Gothic';}
.ngc {font-family: 'Nanum Gothic Coding';}
.nm {font-family: 'Nanum Myeongjo';}
.nps {font-family: 'Nanum Pen Script';}
</style>
</head>
<body>
<h1 class="hn">홈페이지 바로가기</h1>
<h1 class="nbs">홈페이지 바로가기</h1>
<h1 class="ng">홈페이지 바로가기</h1>
<h1 class="ngc">홈페이지 바로가기</h1>
<h1 class="nm">홈페이지 바로가기</h1>
<h1 class="nps">홈페이지 바로가기</h1>
</body>
</html>
댓글목록
등록된 댓글이 없습니다.