From c0afe490d6610ece40b60d9c335bf48b41e540fe Mon Sep 17 00:00:00 2001 From: Yaron Date: Wed, 14 May 2014 21:54:01 +0300 Subject: [PATCH] added font --- committeeVotes/static/site.css | 6 +++++- committeeVotes/templates/base.html | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/committeeVotes/static/site.css b/committeeVotes/static/site.css index 4dd1032..f79fd88 100644 --- a/committeeVotes/static/site.css +++ b/committeeVotes/static/site.css @@ -5,12 +5,16 @@ html { position: relative; min-height: 100%; + } body { /* Margin bottom by footer height */ margin-bottom: 70px; - font-family: Alef, Arial; + font-family: 'Alef', Arial; +} +h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { + font-family: 'Alef', Arial ; } #search { diff --git a/committeeVotes/templates/base.html b/committeeVotes/templates/base.html index 925e6fc..661ffd2 100644 --- a/committeeVotes/templates/base.html +++ b/committeeVotes/templates/base.html @@ -12,6 +12,7 @@ ועדת שרים פתוחה +