This commit is contained in:
dyhj625 2025-03-21 14:42:06 +09:00
parent 923f2683f0
commit 7181ff1d1b

View File

@ -124,6 +124,32 @@ body {
color: #333;
} */
/* @font-face {
font-family: 'MangoDdobak-B';
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2405-3@1.1/MangoDdobak-B.woff2') format('woff2');
font-weight: 700;
font-style: normal;
}
body {
font-family: 'MangoDdobak-B', sans-serif;
font-size: 16px;
line-height: 1.6;
color: #333;
} */
@font-face {
font-family: 'Rose';
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/naverfont_09@1.0/Rose.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'Rose', sans-serif;
font-size: 16px;
line-height: 1.6;
color: #333;
}
/* 나눔고딕 */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');