From 6bfc26e10eb5867856e72aef4c9c3948ce6032e4 Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Thu, 10 May 2018 09:57:58 +1000 Subject: [PATCH] Remove webfonts except Roboto --- static/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 2e33dec..4ea70da 100644 --- a/static/style.css +++ b/static/style.css @@ -21,7 +21,7 @@ html { body { margin: 0; - font: 1rem/1.5 "PT Sans", sans-serif; + font: 1rem/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; color: #333; } @@ -46,14 +46,12 @@ End styles from codeguide.co by @mdo /* * Typography */ -h1 { +h1, h2, h3 { font-family: 'Roboto Slab', serif; font-weight: 400; } h2 { - font-family: 'Roboto Slab', serif; - font-weight: 400; border-bottom: 0.25em solid #e2e2e2; padding-bottom: 0.3em; }