Use system font stack instead
This commit is contained in:
parent
7edf5f5fd7
commit
082337fdef
@ -7,7 +7,7 @@ body {
|
|||||||
color: $svg_color;
|
color: $svg_color;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-family: sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user