From 5ca92c69144a2685942c8df20ef0d599bebd3c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ga=C3=9F?= Date: Thu, 10 Nov 2011 16:07:54 +0100 Subject: [PATCH] Tweak design, new font --- index.html | 1 + style.css | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index d9efcec..70ed6d3 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + diff --git a/style.css b/style.css index 79f391a..0e524a2 100644 --- a/style.css +++ b/style.css @@ -4,18 +4,18 @@ } body, html { - font-family: sans-serif; + font-family: 'PT Sans Narrow', sans-serif; text-align: center; } #title { - margin-top: 50px; - font-size: 50px; + margin-top: 50pt; + font-size: 40pt; } #genre { - margin-top: 50px; - font-size: 50px; + margin-top: 40px; + font-size: 60pt; font-weight: bold; color: #666; } @@ -26,8 +26,8 @@ body, html { } #impressum { - margin-top: 5px; - font-size: 10px; + margin-top: 14pt; + font-size: 14pt; color: #999; }