24 lines
816 B
CSS
24 lines
816 B
CSS
/* 폰트 */
|
|
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&family=Protest+Riot&display=swap');
|
|
|
|
@font-face {
|
|
font-family: 'S-CoreDream-3Light';
|
|
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
|
|
font-style: normal;
|
|
}
|
|
@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: "Nova Flat", system-ui;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
src:url('https://fonts.googleapis.com/css2?family=Nova+Flat&display=swap');
|
|
} */
|
|
|
|
/* 폰트적용 */
|
|
/* * { font-family: 'Noto Sans KR', 'Protest Riot', 'Gowun Dodum', sans-serif; } */ |