Skip to content

Commit 5c199b6

Browse files
committed
fix: font
1 parent 60f29e8 commit 5c199b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

panda.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ export default defineConfig({
6767
// 글꼴 설정
6868
globalFontface: {
6969
Pretendard: {
70-
src: "url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');",
71-
fontWeight: '400',
70+
src: 'url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css")',
71+
fontWeight: '500',
7272
fontStyle: 'normal',
7373
fontDisplay: 'swap',
7474
},

0 commit comments

Comments
 (0)