48 lines
2.1 KiB
CSS
48 lines
2.1 KiB
CSS
@import url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff');
|
|
@import url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff');
|
|
@import url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff');
|
|
@import url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff');
|
|
@import url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff');
|
|
|
|
@font-face {
|
|
font-family: 'S-CoreDream-3Light';
|
|
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'S-CoreDream-4Regular';
|
|
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'S-CoreDream-5Medium';
|
|
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'S-CoreDream-6Bold';
|
|
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'S-CoreDream-9Black';
|
|
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* S-Core Dream */
|
|
body, h1, h2, h3, h4, h5, h6, input, textarea, select, button, table {
|
|
font-family: 'S-CoreDream-4Regular', sans-serif !important;
|
|
}
|
|
|
|
.font-L { font-family: 'S-CoreDream-3Light', sans-serif !important; }
|
|
.font-R { font-family: 'S-CoreDream-4Regular', sans-serif !important; }
|
|
.font-M { font-family: 'S-CoreDream-5Medium', sans-serif !important; }
|
|
.font-B { font-family: 'S-CoreDream-6Bold', sans-serif !important; }
|
|
.font-H { font-family: 'S-CoreDream-9Black', sans-serif !important; }
|