From ad528f910f1bbb02c2656afa396b7ea3cd462965 Mon Sep 17 00:00:00 2001 From: Sagi Dayan Date: Tue, 16 Jun 2015 14:32:57 +0300 Subject: [PATCH] UI: Changed The Fonts (Now Using Alef) with fallback options --- templates/css/theme.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/css/theme.css b/templates/css/theme.css index 9e53a78..8db9124 100644 --- a/templates/css/theme.css +++ b/templates/css/theme.css @@ -1,3 +1,13 @@ +@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css); + +body{ + font-family: "Alef Hebrew", + “Helvetica Neue”, + Helvetica, + Arial, + sans-serif; +} + .menuBtn { background-color: transparent; border: none;