17 lines
804 B
CSS
17 lines
804 B
CSS
/* 폰트 */
|
|
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
|
|
@import url("https://fonts.googleapis.com/css2?family=Aldrich&display=swap");
|
|
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
|
|
@import url('https://fonts.cdnfonts.com/css/arial-2');
|
|
@import url('https://fonts.cdnfonts.com/css/konexy-personal-use');
|
|
@import url('https://fonts.cdnfonts.com/css/toxigenesis');
|
|
|
|
/* @font-face {
|
|
font-family: 'S-CoreDream-3Light';
|
|
src: url('../font/S-CoreDream-3Light.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
} */
|
|
|
|
/* 폰트적용 */
|
|
/* * { font-family: 'Noto Sans KR', 'Protest Riot', 'Gowun Dodum', sans-serif; } */ |