From 8ed268f4fee2c31e2274b939e5bfd74979a48200 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 14 Jul 2016 21:38:35 +0200 Subject: [PATCH] Use same fonts as GitHub --- src/public/index.html | 4 +--- src/public/style.css | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index 82ffb6e..f33f3c5 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -7,10 +7,9 @@ DAVIDS • DuplicAtes VIewer and Detector for Spotify - - + @@ -30,4 +29,3 @@ - diff --git a/src/public/style.css b/src/public/style.css index c898901..195620c 100644 --- a/src/public/style.css +++ b/src/public/style.css @@ -20,7 +20,7 @@ html { body { font-size: 1rem; - font-family: "Open Sans", sans-serif; + font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; line-height: 1.5; /* Margin bottom by footer height */ margin-bottom: 6em;