Skip to content

Commit 02dd008

Browse files
committedFeb 18, 2022
change font family
1 parent 429f02d commit 02dd008

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎src/App.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
body {
2+
margin: 0;
3+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
4+
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
5+
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
6+
}
7+
18
.App {
29
display: flex;
310
flex-direction: row;
@@ -61,7 +68,7 @@
6168
width: 12.5px;
6269
height: 17px;
6370
background-color: white;
64-
display: inline-block;
71+
display: inline-block;
6572
position: absolute;
6673
left: 0;
6774
}

0 commit comments

Comments
 (0)
Please sign in to comment.