design: web font 추가
This commit is contained in:
parent
1137a36f5e
commit
e8de94045a
BIN
frontend/src/assets/fonts/PretendardVariable.woff2
Normal file
BIN
frontend/src/assets/fonts/PretendardVariable.woff2
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
||||
@font-face {
|
||||
font-family: 'Pretendard Variable';
|
||||
font-weight: 45 920;
|
||||
font-style: normal;
|
||||
font-display: fallback;
|
||||
src: url('./assets/fonts/PretendardVariable.woff2') format('woff2-variations');
|
||||
}
|
||||
|
||||
:root {
|
||||
/* primitive colors */
|
||||
--black: #000;
|
||||
@ -142,16 +150,21 @@
|
||||
|
||||
body {
|
||||
font-family:
|
||||
'Pretendard Variable',
|
||||
Pretendard,
|
||||
Pretendard Variable,
|
||||
-apple-system,
|
||||
BlinkMacSystemFont,
|
||||
Apple SD Gothic Neo,
|
||||
sans-serif,
|
||||
Apple Color Emoji,
|
||||
Segoe UI Emoji,
|
||||
Segoe UI Symbol,
|
||||
Noto Color Emoji;
|
||||
system-ui,
|
||||
Roboto,
|
||||
'Helvetica Neue',
|
||||
'Segoe UI',
|
||||
'Apple SD Gothic Neo',
|
||||
'Noto Sans KR',
|
||||
'Malgun Gothic',
|
||||
'Apple Color Emoji',
|
||||
'Segoe UI Emoji',
|
||||
'Segoe UI Symbol',
|
||||
sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user