Skip to content

Commit

Permalink
remove eot + add symbols ] { }
Browse files Browse the repository at this point in the history
  • Loading branch information
moonspam committed Mar 14, 2022
1 parent 49e1773 commit 8c512a5
Show file tree
Hide file tree
Showing 19 changed files with 9 additions and 13 deletions.
Binary file removed NanumBarunGothicBoldSubset.eot
Binary file not shown.
Binary file modified NanumBarunGothicBoldSubset.ttf
Binary file not shown.
Binary file modified NanumBarunGothicBoldSubset.woff
Binary file not shown.
Binary file modified NanumBarunGothicBoldSubset.woff2
Binary file not shown.
Binary file removed NanumBarunGothicLightSubset.eot
Binary file not shown.
Binary file modified NanumBarunGothicLightSubset.ttf
Binary file not shown.
Binary file modified NanumBarunGothicLightSubset.woff
Binary file not shown.
Binary file modified NanumBarunGothicLightSubset.woff2
Binary file not shown.
Binary file removed NanumBarunGothicSubset.eot
Binary file not shown.
Binary file modified NanumBarunGothicSubset.ttf
Binary file not shown.
Binary file modified NanumBarunGothicSubset.woff
Binary file not shown.
Binary file modified NanumBarunGothicSubset.woff2
Binary file not shown.
Binary file removed NanumBarunGothicUltraLightSubset.eot
Binary file not shown.
Binary file modified NanumBarunGothicUltraLightSubset.ttf
Binary file not shown.
Binary file modified NanumBarunGothicUltraLightSubset.woff
Binary file not shown.
Binary file modified NanumBarunGothicUltraLightSubset.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## 옵션

- Regular(400), Bold(700), Light(300), Ultra Light(200) 지원됩니다.
- [EOT](https://en.wikipedia.org/wiki/Embedded_OpenType), [TTF](https://en.wikipedia.org/wiki/TrueType), [WOFF](https://en.wikipedia.org/wiki/Web_Open_Font_Format), [WOFF2](https://www.w3.org/TR/WOFF2/) 형식을 사용합니다.
- [TTF](https://en.wikipedia.org/wiki/TrueType), [WOFF](https://en.wikipedia.org/wiki/Web_Open_Font_Format), [WOFF2](https://www.w3.org/TR/WOFF2/) 형식을 사용합니다.

## 사용방법

Expand Down
8 changes: 4 additions & 4 deletions index.html

Large diffs are not rendered by default.

12 changes: 4 additions & 8 deletions nanumbarungothicsubset.css
Original file line number Diff line number Diff line change
@@ -1,35 +1,31 @@
@font-face {
font-family: 'NanumBarunGothic';
font-weight: 400;
src: url(NanumBarunGothicSubset.eot);
src: url(NanumBarunGothicSubset.eot?#iefix) format('embedded-opentype'),
src: local("나눔바른고딕"),
url(NanumBarunGothicSubset.woff2) format('woff2'),
url(NanumBarunGothicSubset.woff) format('woff'),
url(NanumBarunGothicSubset.ttf) format('truetype');
}
@font-face {
font-family: 'NanumBarunGothic';
font-weight: 700;
src: url(NanumBarunGothicBoldSubset.eot);
src: url(NanumBarunGothicBoldSubset.eot?#iefix) format('embedded-opentype'),
src: local("나눔바른고딕 Bold"),
url(NanumBarunGothicBoldSubset.woff2) format('woff2'),
url(NanumBarunGothicBoldSubset.woff) format('woff'),
url(NanumBarunGothicBoldSubset.ttf) format('truetype');
}
@font-face {
font-family: 'NanumBarunGothic';
font-weight: 300;
src: url(NanumBarunGothicLightSubset.eot);
src: url(NanumBarunGothicLightSubset.eot?#iefix) format('embedded-opentype'),
src: local("나눔바른고딕 Light"),
url(NanumBarunGothicLightSubset.woff2) format('woff2'),
url(NanumBarunGothicLightSubset.woff) format('woff'),
url(NanumBarunGothicLightSubset.ttf) format('truetype');
}
@font-face {
font-family: 'NanumBarunGothic';
font-weight: 200;
src: url(NanumBarunGothicUltraLightSubset.eot);
src: url(NanumBarunGothicUltraLightSubset.eot?#iefix) format('embedded-opentype'),
src: local("나눔바른고딕 UltraLight"),
url(NanumBarunGothicUltraLightSubset.woff2) format('woff2'),
url(NanumBarunGothicUltraLightSubset.woff) format('woff'),
url(NanumBarunGothicUltraLightSubset.ttf) format('truetype');
Expand Down

0 comments on commit 8c512a5

Please sign in to comment.