Tweak design, new font

This commit is contained in:
Maximilian Gaß 2011-11-10 16:07:54 +01:00 committed by Maximilian Gaß
parent f60d547ea0
commit 5ca92c6914
2 changed files with 8 additions and 7 deletions

View File

@ -3,6 +3,7 @@
<head> <head>
<title> </title> <title> </title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style.css" /> <link rel="stylesheet" type="text/css" href="style.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="genregen.js"></script> <script src="genregen.js"></script>

View File

@ -4,18 +4,18 @@
} }
body, html { body, html {
font-family: sans-serif; font-family: 'PT Sans Narrow', sans-serif;
text-align: center; text-align: center;
} }
#title { #title {
margin-top: 50px; margin-top: 50pt;
font-size: 50px; font-size: 40pt;
} }
#genre { #genre {
margin-top: 50px; margin-top: 40px;
font-size: 50px; font-size: 60pt;
font-weight: bold; font-weight: bold;
color: #666; color: #666;
} }
@ -26,8 +26,8 @@ body, html {
} }
#impressum { #impressum {
margin-top: 5px; margin-top: 14pt;
font-size: 10px; font-size: 14pt;
color: #999; color: #999;
} }