Skip to content

Commit fbc08c3

Browse files
committed
Change position of arial
1 parent a027d18 commit fbc08c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GlobalStyles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const GlobalStyles = createGlobalStyle`
44
body {
55
margin: 0;
66
padding: 0;
7-
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", arial, "Malgun Gothic", "맑은 고딕", 나눔고딕, "Nanum Gothic", "Noto Sans KR", "Noto Sans CJK KR", 돋움, Dotum, Tahoma, Geneva, sans-serif;
7+
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", 나눔고딕, "Nanum Gothic", "Noto Sans KR", "Noto Sans CJK KR", arial, 돋움, Dotum, Tahoma, Geneva, sans-serif;
88
-webkit-font-smoothing: antialiased;
99
-moz-osx-font-smoothing: grayscale;
1010
color: #212529;

0 commit comments

Comments
 (0)