-
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.
🔧 Add ac font + Fixed missing glyphs
- Loading branch information
Showing
35 changed files
with
69 additions
and
8 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.
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.
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 |
---|---|---|
@@ -1,24 +1,35 @@ | ||
# NanumSquare | ||
|
||
> 반듯한 직선으로 제목에 잘 어울리며 모바일에서도 잘 보이는 글꼴입니다. 꼭 필요한 2,350자만을 추려 용량을 가볍게 줄였고 웹 환경에서 보다 편리하게 사용 가능합니다. http://hangeul.naver.com/2016/nanum | ||
나눔스퀘어 웹폰트 입니다. | ||
나눔스퀘어 웹폰트 입니다. | ||
[Demo](https://htmlpreview.github.io/?https://github.com/moonspam/NanumSquare/blob/master/index.html) | ||
(위: 기본, 아래: ac) | ||
|
||
## 옵션 | ||
Regular(400), Bold(700), Extra Bold(800), Light(300) 지원됩니다. | ||
|
||
Regular(400), Bold(700), Extra Bold(800), Light(300) 지원됩니다. + ac(R, B, EB, L) 추가 | ||
|
||
## 사용방법 | ||
|
||
### link 방식 (권장) | ||
|
||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/moonspam/[email protected]/nanumsquare.css"> | ||
|
||
### import 방식 | ||
|
||
@import url(https://cdn.jsdelivr.net/gh/moonspam/[email protected]/nanumsquare.css); | ||
|
||
## 적용 | ||
### css (예) | ||
|
||
### css 적용 예 | ||
|
||
body { font-family: 나눔스퀘어, 'NanumSquare', sans-serif; } | ||
.normal { font-weight: 400 } | ||
.bold { font-weight: 700 } | ||
.bolder { font-weight: 800 } | ||
.light { font-weight: 300 } | ||
|
||
### ac 적용 예 | ||
|
||
body { font-family: 나눔스퀘어_ac, 'NanumSquareAc', sans-serif; } |
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
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