From 4f7af329a6d85492372b7324c29927f8f4b4ea1e Mon Sep 17 00:00:00 2001 From: Guillaume Denis Date: Thu, 2 Apr 2015 11:41:19 +0200 Subject: [PATCH] fix homepage h1 font --- ckanext/ozwillo_theme/fanstatic/ozwillo.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ckanext/ozwillo_theme/fanstatic/ozwillo.css b/ckanext/ozwillo_theme/fanstatic/ozwillo.css index 8ca9584..36b1aa8 100644 --- a/ckanext/ozwillo_theme/fanstatic/ozwillo.css +++ b/ckanext/ozwillo_theme/fanstatic/ozwillo.css @@ -306,7 +306,8 @@ body.toc-open #toggle-container, body.toc-open #off-nav { } h1.page-heading { - font-family: DIN, Arial, sans-serif; + font-family: DIN2, Arial, sans-serif; + color: #714090; } /* fix CKAN responsive issues */