1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-24 07:03:13 +01:00

use system fonts. fixes #126

This commit is contained in:
Kushagra Gour 2017-05-27 18:02:37 +05:30
parent c1b6391c3c
commit 78710aa87c

View File

@ -17,7 +17,7 @@ body {
background: var(--color-bg);
color: rgba(255,255,255,0.9);
min-height: 100vh;
font-family: Helvetica, arial;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}
h1 {
margin-top: 0;