Skip to content

Commit

Permalink
fix: format을 font-woff2로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
bykbyk0401 committed Dec 1, 2024
1 parent 2bf8544 commit 0a87018
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const GLOBALSTYLE = css`
font-family: 'Apple SD Gothic Neo';
font-style: normal;
letter-spacing: 0;
src: url('/src/assets/fonts/AppleSDGothicNeo-Bold.woff2') format('woff2');
src: url('/src/assets/fonts/AppleSDGothicNeo-Bold.woff2') format('font-woff2');
unicode-range: U+AC00-D7A3;
}
Expand All @@ -20,7 +20,7 @@ const GLOBALSTYLE = css`
font-family: 'Apple SD Gothic Neo';
font-style: normal;
letter-spacing: 0;
src: url('/src/assets/fonts/AppleSDGothicNeo-SemiBold.woff2') format('woff2');
src: url('/src/assets/fonts/AppleSDGothicNeo-SemiBold.woff2') format('font-woff2');
unicode-range: U+AC00-D7A3;
}
Expand All @@ -29,7 +29,7 @@ const GLOBALSTYLE = css`
font-family: 'Apple SD Gothic Neo';
font-style: normal;
letter-spacing: 0;
src: url('/src/assets/fonts/AppleSDGothicNeo-Medium.woff2') format('woff2');
src: url('/src/assets/fonts/AppleSDGothicNeo-Medium.woff2') format('font-woff2');
unicode-range: U+AC00-D7A3;
}
Expand All @@ -38,7 +38,7 @@ const GLOBALSTYLE = css`
font-family: 'Apple SD Gothic Neo';
font-style: normal;
letter-spacing: 0;
src: url('/src/assets/fonts/AppleSDGothicNeo-Regular.woff2') format('woff2');
src: url('/src/assets/fonts/AppleSDGothicNeo-Regular.woff2') format('font-woff2');
unicode-range: U+AC00-D7A3;
}
Expand Down

0 comments on commit 0a87018

Please sign in to comment.