-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e52534d
Showing
15 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# NanumSquare | ||
나눔스퀘어 웹폰트 입니다. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html lang="ko"> | ||
|
||
<head> | ||
<title>나눔스퀘어 웹폰트</title> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="nanumsquare.css" rel="stylesheet"> | ||
<style> | ||
html, body{margin:0;padding:0;height:100%} | ||
body{background-color:#263238;font:1.2em/1.3em 'NanumSquare', sans-serif;color:#ECEFF1} | ||
body > div{display:table;width:100%;height:100%} | ||
body > div > div{display:table-cell;vertical-align:middle} | ||
p{text-align:center} | ||
p strong.extra{font-weight: 800} | ||
p.light{font-weight: 300} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
|
||
<div> | ||
<div> | ||
<p>기회는 일어나는 것이 아니라 만들어내는 것이다.</p> | ||
<p><strong>기회는 일어나는 것이 아니라 만들어내는 것이다.</strong></p> | ||
<p><strong class="extra">기회는 일어나는 것이 아니라 만들어내는 것이다.</strong></p> | ||
<p class="light">기회는 일어나는 것이 아니라 만들어내는 것이다.</p> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
@font-face { | ||
font-family: 'NanumSquare'; | ||
font-weight: 400; | ||
src: url(NanumSquareR.eot); | ||
src: url(NanumSquareR.eot?#iefix) format('embedded-opentype'), | ||
url(NanumSquareR.woff) format('woff'), | ||
url(NanumSquareR.ttf) format('truetype'); | ||
} | ||
@font-face { | ||
font-family: 'NanumSquare'; | ||
font-weight: 700; | ||
src: url(NanumSquareB.eot); | ||
src: url(NanumSquareB.eot?#iefix) format('embedded-opentype'), | ||
url(NanumSquareB.woff) format('woff'), | ||
url(NanumSquareB.ttf) format('truetype'); | ||
} | ||
@font-face { | ||
font-family: 'NanumSquare'; | ||
font-weight: 800; | ||
src: url(NanumSquareEB.eot); | ||
src: url(NanumSquareEB.eot?#iefix) format('embedded-opentype'), | ||
url(NanumSquareEB.woff) format('woff'), | ||
url(NanumSquareEB.ttf) format('truetype'); | ||
} | ||
@font-face { | ||
font-family: 'NanumSquare'; | ||
font-weight: 300; | ||
src: url(NanumSquareL.eot); | ||
src: url(NanumSquareL.eot?#iefix) format('embedded-opentype'), | ||
url(NanumSquareL.woff) format('woff'), | ||
url(NanumSquareL.ttf) format('truetype'); | ||
} |