From cde2a7c64fd0a2554a847eaf9c073fa7a9acc362 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Sun, 27 Oct 2013 09:59:33 +0100 Subject: [PATCH] use "Source Sans Pro" font via Google Web Fonts --- htdocs/media/screen.css | 20 +++++++++++--------- mygpo/web/templates/skeleton.html | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/htdocs/media/screen.css b/htdocs/media/screen.css index f7ffe622..b3a34bc3 100644 --- a/htdocs/media/screen.css +++ b/htdocs/media/screen.css @@ -16,7 +16,7 @@ display: none; body { - font-family: 'Source Sans Pro'; + font-family: 'Source Sans Pro', sans-serif; } #logo @@ -30,8 +30,8 @@ body body h1 { font-size: 3em; - font-family: 'Source Sans Pro ExtraLight', sans-serif; - font-weight: normal; + font-family: 'Source Sans Pro'; + font-weight: 200; margin-bottom: 0; } @@ -441,8 +441,8 @@ div.episodes div.episode div.episode span.title { font-size: 1.5em; - font-family: 'Source Sans Pro ExtraLight'; - font-weight: bold; + font-family: 'Source Sans Pro'; + font-weight: 200; } div.episodes div.episode @@ -452,7 +452,8 @@ div.episodes div.episode div.episode div.description { - font-family: 'Source Sans Pro Light'; + font-family: 'Source Sans Pro'; + font-weight: 300; } div.episodes div.description @@ -468,8 +469,8 @@ div.episode span.number { display: inline; font-size: 1.5em; - font-weight: bold; - font-family: 'Source Sans Pro Light'; + font-weight: 300; + font-family: 'Source Sans Pro'; } @@ -577,7 +578,8 @@ div.podcasts div.podcast div.title div.podcasts div.podcast div.title a { - font-family: 'Source Sans Pro Light'; + font-family: 'Source Sans Pro'; + font-weight: 300; font-size: 1.9em; } diff --git a/mygpo/web/templates/skeleton.html b/mygpo/web/templates/skeleton.html index a473b47b..bebaa369 100644 --- a/mygpo/web/templates/skeleton.html +++ b/mygpo/web/templates/skeleton.html @@ -26,10 +26,10 @@ padding: 9px 0; } + -