Skip to content

Commit cec39d0

Browse files
committed
fix: pretendard font format
1 parent 1e5ade4 commit cec39d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panda.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default defineConfig({
6767
// 글꼴 설정
6868
globalFontface: {
6969
Pretendard: {
70-
src: 'url("https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css")',
70+
src: 'url("https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css") format("font-woff2")',
7171
fontWeight: '500',
7272
fontStyle: 'normal',
7373
fontDisplay: 'swap',

0 commit comments

Comments
 (0)