-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
d6cae80
commit 0687cd8
Showing
11 changed files
with
52 additions
and
1 deletion.
There are no files selected for viewing
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,9 @@ | ||
/* Webfont: Goseogu-Regular */@font-face { | ||
font-family: 'Goseogu'; | ||
src: url('https://cdn.jsdelivr.net/gh/JellyBrick/SeguFont/Goseogu/Goseogu-Regular.woff') format('woff'), /* Modern Browsers */ | ||
url('https://cdn.jsdelivr.net/gh/JellyBrick/SeguFont/Goseogu/Goseogu-Regular.woff2') format('woff2'), /* Modern Browsers */ | ||
url('https://cdn.jsdelivr.net/gh/JellyBrick/SeguFont/Goseogu/Goseogu-Regular.ttf') format('truetype'); /* Safari, Android, iOS */ | ||
font-style: normal; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} |
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,2 +1,35 @@ | ||
# SeguFont | ||
고세구 폰트 | ||
|
||
라이선스는 네이버 `나눔고딕`, `나눔손글씨`와 같습니다. | ||
|
||
## 다운로드 | ||
|
||
TTF 및 OTF 폰트는 [릴리즈](https://github.com/JellyBrick/SeguFont/releases)에서 다운로드 할 수 있습니다. | ||
|
||
## 고서구체 (Goseogu) | ||
|
||
- HTML 문서에 적용 | ||
|
||
```html | ||
<link href="https://cdn.jsdelivr.net/gh/JellyBrick/SeguFont/Goseogu-Regular.css" rel="stylesheet" type="text/css" /> | ||
``` | ||
|
||
- CSS | ||
|
||
```css | ||
.text {font-family: 'Goseogu', sans-serif} | ||
``` | ||
|
||
## 세구세구체 (SeguSegu) | ||
|
||
- HTML 문서에 적용 | ||
|
||
```html | ||
<link href="https://cdn.jsdelivr.net/gh/JellyBrick/SeguFont/SeguSegu-Regular.css" rel="stylesheet" type="text/css" /> | ||
``` | ||
|
||
- CSS | ||
|
||
```css | ||
.text {font-family: 'SeguSegu', 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* Webfont: SeguSegu-Regular */@font-face { | ||
font-family: 'SeguSegu'; | ||
src: url('https://cdn.jsdelivr.net/gh/JellyBrick/SeguFont/SeguSegu/SeguSegu-Regular.woff') format('woff'), /* Modern Browsers */ | ||
url('https://cdn.jsdelivr.net/gh/JellyBrick/SeguFont/SeguSegu/SeguSegu-Regular.woff2') format('woff2'), /* Modern Browsers */ | ||
url('https://cdn.jsdelivr.net/gh/JellyBrick/SeguFont/SeguSegu/SeguSegu-Regular.ttf') format('truetype'); /* Safari, Android, iOS */ | ||
font-style: normal; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.