diff --git a/Goseogu-Regular.css b/Goseogu-Regular.css
new file mode 100644
index 0000000..8d17f1c
--- /dev/null
+++ b/Goseogu-Regular.css
@@ -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;
+}
diff --git a/Goseogu/Goseogu-Regular.otf b/Goseogu/Goseogu-Regular.otf
new file mode 100644
index 0000000..2c389a4
Binary files /dev/null and b/Goseogu/Goseogu-Regular.otf differ
diff --git a/Goseogu/Goseogu-Regular.ttf b/Goseogu/Goseogu-Regular.ttf
new file mode 100644
index 0000000..a6578c0
Binary files /dev/null and b/Goseogu/Goseogu-Regular.ttf differ
diff --git a/Goseogu/Goseogu-Regular.woff b/Goseogu/Goseogu-Regular.woff
new file mode 100644
index 0000000..dd02344
Binary files /dev/null and b/Goseogu/Goseogu-Regular.woff differ
diff --git a/Goseogu/Goseogu-Regular.woff2 b/Goseogu/Goseogu-Regular.woff2
new file mode 100644
index 0000000..65783c7
Binary files /dev/null and b/Goseogu/Goseogu-Regular.woff2 differ
diff --git a/README.md b/README.md
index f95c0c3..5c82550 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,35 @@
# SeguFont
-고세구 폰트
+
+라이선스는 네이버 `나눔고딕`, `나눔손글씨`와 같습니다.
+
+## 다운로드
+
+TTF 및 OTF 폰트는 [릴리즈](https://github.com/JellyBrick/SeguFont/releases)에서 다운로드 할 수 있습니다.
+
+## 고서구체 (Goseogu)
+
+- HTML 문서에 적용
+
+```html
+
+```
+
+- CSS
+
+```css
+.text {font-family: 'Goseogu', sans-serif}
+```
+
+## 세구세구체 (SeguSegu)
+
+- HTML 문서에 적용
+
+```html
+
+```
+
+- CSS
+
+```css
+.text {font-family: 'SeguSegu', sans-serif}
+```
diff --git a/SeguSegu-Regular.css b/SeguSegu-Regular.css
new file mode 100644
index 0000000..6756eac
--- /dev/null
+++ b/SeguSegu-Regular.css
@@ -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;
+}
diff --git a/SeguSegu/SeguSegu-Regular.otf b/SeguSegu/SeguSegu-Regular.otf
new file mode 100644
index 0000000..a9301ca
Binary files /dev/null and b/SeguSegu/SeguSegu-Regular.otf differ
diff --git a/SeguSegu/SeguSegu-Regular.ttf b/SeguSegu/SeguSegu-Regular.ttf
new file mode 100644
index 0000000..b7280f7
Binary files /dev/null and b/SeguSegu/SeguSegu-Regular.ttf differ
diff --git a/SeguSegu/SeguSegu-Regular.woff b/SeguSegu/SeguSegu-Regular.woff
new file mode 100644
index 0000000..c924802
Binary files /dev/null and b/SeguSegu/SeguSegu-Regular.woff differ
diff --git a/SeguSegu/SeguSegu-Regular.woff2 b/SeguSegu/SeguSegu-Regular.woff2
new file mode 100644
index 0000000..ace41fd
Binary files /dev/null and b/SeguSegu/SeguSegu-Regular.woff2 differ