Skip to content

Commit 24db5b7

Browse files
committed
system font stack 사용
1 parent b239a60 commit 24db5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Typography
66
$base-font-size: 14px !default;
77
$bold-font-weight: bold !default;
8-
$font-family: 'IropkeBatangM', 'Dotum';
8+
$font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
99
$line-height: 1.5 !default;
1010
$heading-font-family: 'IropkeBatangM', 'Helvetica Neue', Helvetica, sans-serif !default;
1111
$heading-font-weight: 900 !default;

0 commit comments

Comments
 (0)