Schöner Font.

This commit is contained in:
Jörg Thalheim 2013-10-21 21:30:07 +02:00
parent a23fcbdd0c
commit 3b0a65b122
1 changed files with 8 additions and 3 deletions

View File

@ -3,8 +3,8 @@
<head> <head>
<title></title> <title></title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css"> <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300' rel='stylesheet' type='text/css'>
<style type="text/css" media="screen"> <style type="text/css" media="screen">
.legal { .legal {
font-size: 87.5%; font-size: 87.5%;
@ -34,7 +34,12 @@ footer {
.line-through { .line-through {
text-decoration: line-through; text-decoration: line-through;
} }
body,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
/* Set you're content font stack here: */
font-family: 'Source Sans Pro', sans-serif;
}
</style> </style>
</head> </head>
<body> <body>