최초 커밋

This commit is contained in:
root
2026-07-23 16:15:57 +09:00
commit c8f5efb6b7
14652 changed files with 4812531 additions and 0 deletions
+49
View File
@@ -0,0 +1,49 @@
@charset "utf-8";
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 100;
src: url(../font/NotoKR-Thin/notokr-thin.woff2) format('woff2'),
url(../font/NotoKR-Thin/notokr-thin.woff) format('woff'),
url(../font/NotoKR-Thin/notokr-thin.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 300;
src: url(../font/NotoKR-Light/notokr-light.woff2) format('woff2'),
url(../font/NotoKR-Light/notokr-light.woff) format('woff'),
url(../font/NotoKR-Light/notokr-light.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 400;
src: url(../font/NotoKR-Regular/notokr-regular.woff2) format('woff2'),
url(../font/NotoKR-Regular/notokr-regular.woff) format('woff'),
url(../font/NotoKR-Regular/notokr-regular.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 500;
src: url(../font/NotoKR-Medium/notokr-medium.woff2) format('woff2'),
url(../font/NotoKR-Medium/notokr-medium.woff) format('woff'),
url(../font/NotoKR-Medium/notokr-medium.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 700;
src: url(../font/NotoKR-Bold/notokr-bold.woff2) format('woff2'),
url(../font/NotoKR-Bold/notokr-bold.woff) format('woff'),
url(../font/NotoKR-Bold/notokr-bold.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 900;
src: url(../font/NotoKR-Black/notokr-black.woff2) format('woff2'),
url(../font/NotoKR-Black/notokr-black.woff) format('woff'),
url(../font/NotoKR-Black/notokr-black.otf) format('opentype');
}