From a498762b88765b4855848b3273fe9a060cb38b03 Mon Sep 17 00:00:00 2001 From: Krzychu Date: Sun, 17 Mar 2019 18:51:10 +0100 Subject: [PATCH] Nicer font Taken from: https://bitsofco.de/the-new-system-font-stack/ --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index e3e8163..ac2b987 100644 --- a/css/index.css +++ b/css/index.css @@ -15,7 +15,7 @@ html, body { padding: 0; margin: 0; - font-family: sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; color: var(--darkgray); background-color: var(--white); }