File size: 2,770 Bytes
77a41a5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | ::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #4b5563; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #6b7280; }
textarea, input, select { outline: none; transition: all 0.2s ease; font-family: 'SUIT', sans-serif; }
textarea:focus, input:focus, select:focus { border-color: #34d399; box-shadow: 0 0 0 1px #34d399; }
/* ⭐ 눈누 웹 폰트 추가 */
@font-face {
font-family: 'SeoulNamsanM';
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/SeoulNamsanM.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SeoulHangangM';
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/SeoulHangangM.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SchoolSafeDictation';
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2402_1@1.0/SchoolSafeDictation-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Mbc1961';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-01@1.0/MBC1961M.woff2') format('woff2');
font-weight: normal;
font-display: swap;
}
@font-face {
font-family: 'KboDiamondGothic';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/KBO-Dia-Gothic_light.woff') format('woff');
font-weight: 300;
font-display: swap;
}
@font-face {
font-family: 'KboDiamondGothic';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/KBO-Dia-Gothic_medium.woff') format('woff');
font-weight: 500;
font-display: swap;
}
@font-face {
font-family: 'KboDiamondGothic';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/KBO-Dia-Gothic_bold.woff') format('woff');
font-weight: 700;
font-display: swap;
}
@font-face {
font-family: 'Aggravo';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff') format('woff');
font-weight: 300;
font-display: swap;
}
@font-face {
font-family: 'Aggravo';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff');
font-weight: 500;
font-display: swap;
}
@font-face {
font-family: 'Aggravo';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
font-weight: 700;
font-display: swap;
}
@font-face {
font-family: 'Dohyun';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMDOHYEON.woff') format('woff');
font-weight: normal;
font-display: swap;
} |