11 lines
525 B
CSS
11 lines
525 B
CSS
/* 폰트 */
|
|
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&family=Protest+Riot&display=swap');
|
|
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
|
|
@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-family: 'Noto Sans KR', 'Protest Riot', 'Gowun Dodum', sans-serif; } */ |