We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f29e8 commit 5c199b6Copy full SHA for 5c199b6
1 file changed
panda.config.ts
@@ -67,8 +67,8 @@ export default defineConfig({
67
// 글꼴 설정
68
globalFontface: {
69
Pretendard: {
70
- src: "url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');",
71
- fontWeight: '400',
+ src: 'url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css")',
+ fontWeight: '500',
72
fontStyle: 'normal',
73
fontDisplay: 'swap',
74
},
0 commit comments