From 382092961e1bb25bc98635fe4696df583ae6969d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 28 Sep 2015 12:21:00 +0200 Subject: [PATCH] add google open font --- app/records/static/css/dig2.css | 2 +- app/templates/base.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/records/static/css/dig2.css b/app/records/static/css/dig2.css index 4fcdd3f..2f8d24e 100644 --- a/app/records/static/css/dig2.css +++ b/app/records/static/css/dig2.css @@ -11,7 +11,7 @@ body { padding-top: 182px; background-color: white; - /*font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;*/ + font-family: 'Open Sans', sans-serif; } hr { diff --git a/app/templates/base.html b/app/templates/base.html index e076092..1367032 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -9,6 +9,7 @@ {% block meta_title %}{% endblock %}{% if settings.SITE_TITLE %} | {{ settings.SITE_TITLE }}{% endif %} + {% ifinstalled mezzanine.blog %} -- 2.39.5