기본 폰트 pretendard 적용

This commit is contained in:
ming 2025-04-29 03:13:30 +09:00
parent 36bea152fd
commit a98aab4f45
1 changed files with 8 additions and 1 deletions

View File

@ -49,7 +49,7 @@
@layer base {
body {
@apply bg-base-background text-base-text
@apply bg-base-background text-base-text font-['Pretendard-Regular']
}
hr {
@ -276,4 +276,11 @@
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Pretendard-Regular';
src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}