From 9bea79f0b01f125326cbff88d81391dbfce58ff3 Mon Sep 17 00:00:00 2001 From: Nick Pegg Date: Thu, 18 Jan 2018 22:48:53 -0800 Subject: [PATCH] Replace Raleway with Roberto. Raleway was kind of annoying to read --- media/css/index.css | 1 + templates/base.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/media/css/index.css b/media/css/index.css index 6dee7e4..b0e5fba 100644 --- a/media/css/index.css +++ b/media/css/index.css @@ -1,6 +1,7 @@ body { background: #FCFCFC; color: #35352F; + font-family: 'Roboto', sans-serif; } a { diff --git a/templates/base.html b/templates/base.html index 9a6462f..8bc8b90 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,7 +6,7 @@ {{ site.title }} - {% block page_title %}{% endblock %} - +