font
This commit is contained in:
parent
ca8863c170
commit
73a56807a3
1 changed files with 6 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,200);
|
||||
|
||||
html, body {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background: white;
|
||||
font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, georgia;
|
||||
font-family: "Trebuchet MS", "Lucida Grande", verdana, sans-serif;
|
||||
font-size: 0.9em;
|
||||
margin: 0;
|
||||
padding: 20px 10%;
|
||||
|
@ -18,8 +20,9 @@ a {
|
|||
|
||||
h1 {
|
||||
margin-bottom: 0;
|
||||
font-weight: normal;
|
||||
font-size: 2em;
|
||||
font-weight: 300;
|
||||
font-size: 2.5em;
|
||||
font-family: Raleway, sans-serif;
|
||||
}
|
||||
|
||||
h1 + h2 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue