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 {
|
html, body {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: white;
|
background: white;
|
||||||
font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, georgia;
|
font-family: "Trebuchet MS", "Lucida Grande", verdana, sans-serif;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 20px 10%;
|
padding: 20px 10%;
|
||||||
|
@ -18,8 +20,9 @@ a {
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-weight: normal;
|
font-weight: 300;
|
||||||
font-size: 2em;
|
font-size: 2.5em;
|
||||||
|
font-family: Raleway, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 + h2 {
|
h1 + h2 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue