From 1626a3a2e40aa25f1d52d311b6e9c137e6d18e9f Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 12 Feb 2011 06:19:01 +0530 Subject: [PATCH] sg font --- edgware/static/css/main.css | 3 ++- edgware/templates/main_base.html | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/edgware/static/css/main.css b/edgware/static/css/main.css index fcfb788..e769c6f 100644 --- a/edgware/static/css/main.css +++ b/edgware/static/css/main.css @@ -113,6 +113,7 @@ ul { } #logo { + font-family: "SG Grotesque"; position: absolute; bottom: 10px; right: 10px; @@ -120,7 +121,7 @@ ul { #logo a { color: #fff; - font-size: 18px; + font-size: 24px; font-weight: bold; text-decoration: none; } diff --git a/edgware/templates/main_base.html b/edgware/templates/main_base.html index 5323ffe..3b1e467 100644 --- a/edgware/templates/main_base.html +++ b/edgware/templates/main_base.html @@ -1,6 +1,8 @@ {% extends 'base.html' %} {% block head %} + + EdgwareRoad: {% block title %} {% endblock %} {% block extra_head %} @@ -55,7 +57,7 @@