폰트,아이콘 추가(노토Sans,마테리얼아이콘,부트스트랩아이콘)

main
이범준 1 year ago
parent 48e0236633
commit 760808dcc9

File diff suppressed because it is too large Load Diff

@ -0,0 +1,24 @@
@charset "UTF-8";
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(./material-icons/material-icons.woff2) format('woff2');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}

@ -0,0 +1,93 @@
@charset "UTF-8";
/** Thin < Light < DemiLight < Regular < Medium < Black < Bold */
@font-face {
font-family: "Noto Sans Korean";
font-weight: 100;
font-style: normal;
src: url("../notoSansKr/NotoSans-Thin.eot?") format("eot"),
url("../notoSansKr/NotoSans-Thin.otf") format("opentype"),
url("../notoSansKr/NotoSans-Thin.woff") format("woff"),
url("../notoSansKr/NotoSans-Thin.woff2") format("woff2");
}
@font-face {
font-family: "Noto Sans Korean";
font-weight: 200;
font-style: normal;
src: url("../notoSansKr/NotoSans-Thin.eot?") format("eot"),
url("../notoSansKr/NotoSans-Thin.otf") format("opentype"),
url("../notoSansKr/NotoSans-Thin.woff") format("woff"),
url("../notoSansKr/NotoSans-Thin.woff2") format("woff2");
}
@font-face {
font-family: "Noto Sans Korean";
font-weight: 300;
font-style: normal;
src: url("../notoSansKr/NotoSans-Light.eot?") format("eot"),
url("../notoSansKr/NotoSans-Light.otf") format("opentype"),
url("../notoSansKr/NotoSans-Light.woff") format("woff"),
url("../notoSansKr/NotoSans-Light.woff2") format("woff2");
}
@font-face {
font-family: "Noto Sans Korean";
font-weight: 400;
font-style: normal;
src: url("../notoSansKr/NotoSans-DemiLight.eot?") format("eot"),
url("../notoSansKr/NotoSans-DemiLight.otf") format("opentype"),
url("../notoSansKr/NotoSans-DemiLight.woff") format("woff"),
url("../notoSansKr/NotoSans-DemiLight.woff2") format("woff2");
}
@font-face {
font-family: "Noto Sans Korean";
font-weight: 500;
font-style: normal;
src: url("../notoSansKr/NotoSans-Regular.eot?") format("eot"),
url("../notoSansKr/NotoSans-Regular.otf") format("opentype"),
url("../notoSansKr/NotoSans-Regular.woff") format("woff"),
url("../notoSansKr/NotoSans-Regular.woff2") format("woff2");
}
@font-face {
font-family: "Noto Sans Korean";
font-weight: 600;
font-style: normal;
src: url("../notoSansKr/NotoSans-Medium.eot?") format("eot"),
url("../notoSansKr/NotoSans-Medium.otf") format("opentype"),
url("../notoSansKr/NotoSans-Medium.woff") format("woff"),
url("../notoSansKr/NotoSans-Medium.woff2") format("woff2");
}
@font-face {
font-family: "Noto Sans Korean";
font-weight: 700;
font-style: normal;
src: url("../notoSansKr/NotoSans-Medium.eot?") format("eot"),
url("../notoSansKr/NotoSans-Medium.otf") format("opentype"),
url("../notoSansKr/NotoSans-Medium.woff") format("woff"),
url("../notoSansKr/NotoSans-Medium.woff2") format("woff2");
}
@font-face {
font-family: "Noto Sans Korean";
font-weight: 800;
font-style: normal;
src: url("../notoSansKr/NotoSans-Black.eot?") format("eot"),
url("../notoSansKr/NotoSans-Black.otf") format("opentype"),
url("../notoSansKr/NotoSans-Black.woff") format("woff"),
url("../notoSansKr/NotoSans-Black.woff2") format("woff2");
}
@font-face {
font-family: "Noto Sans Korean";
font-weight: 900;
font-style: normal;
src: url("../notoSansKr/NotoSans-Black.eot?") format("eot"),
url("../notoSansKr/NotoSans-Black.otf") format("opentype"),
url("../notoSansKr/NotoSans-Black.woff") format("woff"),
url("../notoSansKr/NotoSans-Black.woff2") format("woff2");
}
Loading…
Cancel
Save