From 252dc47ec09ca9baee9df1dd9c5b3bb659d1644d Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 7 May 2016 19:40:57 +0200 Subject: [PATCH] Switch to Open Sans font --- src/public/index.html | 1 + src/public/style.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/public/index.html b/src/public/index.html index 67e622e..82ffb6e 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -7,6 +7,7 @@ DAVIDS • DuplicAtes VIewer and Detector for Spotify + diff --git a/src/public/style.css b/src/public/style.css index ecf7356..c898901 100644 --- a/src/public/style.css +++ b/src/public/style.css @@ -20,7 +20,7 @@ html { body { font-size: 1rem; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif; + font-family: "Open Sans", sans-serif; line-height: 1.5; /* Margin bottom by footer height */ margin-bottom: 6em;