Skip to content

Commit

Permalink
release: version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Jun 20, 2022
1 parent d6cae80 commit 0687cd8
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Goseogu-Regular.css
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 added Goseogu/Goseogu-Regular.otf
Binary file not shown.
Binary file added Goseogu/Goseogu-Regular.ttf
Binary file not shown.
Binary file added Goseogu/Goseogu-Regular.woff
Binary file not shown.
Binary file added Goseogu/Goseogu-Regular.woff2
Binary file not shown.
35 changes: 34 additions & 1 deletion README.md
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}
```
9 changes: 9 additions & 0 deletions SeguSegu-Regular.css
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 added SeguSegu/SeguSegu-Regular.otf
Binary file not shown.
Binary file added SeguSegu/SeguSegu-Regular.ttf
Binary file not shown.
Binary file added SeguSegu/SeguSegu-Regular.woff
Binary file not shown.
Binary file added SeguSegu/SeguSegu-Regular.woff2
Binary file not shown.

0 comments on commit 0687cd8

Please sign in to comment.