Use system font stack instead

This commit is contained in:
Jan Jastrow 2020-05-28 13:00:11 +02:00
parent 7edf5f5fd7
commit 082337fdef
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }