From b432ff35a2128e5e0274d2da3c7f07d104035882 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 14 Jul 2016 21:22:55 +0200 Subject: [PATCH] Use same fonts as GitHub --- static/default_style.css | 6 +----- templates/base.html | 2 -- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/static/default_style.css b/static/default_style.css index 788ff47..3d00d9c 100644 --- a/static/default_style.css +++ b/static/default_style.css @@ -6,10 +6,6 @@ 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; } - -h1 { - font-weight: bold; -} diff --git a/templates/base.html b/templates/base.html index f5df3ae..44b1c72 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,8 +18,6 @@ {% block style %} - {% endblock style %}