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 %}