diff --git a/_source/scss/styles.scss b/_source/scss/styles.scss index b9137cd..9c6e98d 100644 --- a/_source/scss/styles.scss +++ b/_source/scss/styles.scss @@ -7,7 +7,7 @@ body { color: $svg_color; display: flex; 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; line-height: 1.5; }