diff options
| -rw-r--r-- | rules.html | 1 | ||||
| -rw-r--r-- | style.css | 6 | ||||
| -rw-r--r-- | tableau.html | 1 | ||||
| -rw-r--r-- | teams.html | 1 |
4 files changed, 7 insertions, 2 deletions
@@ -4,6 +4,7 @@ <meta charset="utf-8"> <title>Rules - Technicolor's Series of Foosball</title> <link rel="stylesheet" type="text/css" href="style.css"> + <link href='http://fonts.googleapis.com/css?family=Nunito:300,700' rel='stylesheet' type='text/css'> </head> <body> <div id="content"> @@ -1,7 +1,9 @@ /* page structure */ body { - font-family: "Helvetica Neue", Helvetica, sans-serif; - background-color: #abe; + font-family: "Nunito", "Helvetica Neue", Helvetica, sans-serif; + background-color: #765; + margin-top: 0; + padding-top: 0; } #content { diff --git a/tableau.html b/tableau.html index cb3aa6e..d4295db 100644 --- a/tableau.html +++ b/tableau.html @@ -4,6 +4,7 @@ <meta charset="utf-8"> <title>Technicolor's Foosball Tournament</title> <link rel="stylesheet" type="text/css" href="style.css"> + <link href='http://fonts.googleapis.com/css?family=Nunito:300,700' rel='stylesheet' type='text/css'> </head> <body> <div id="content"> @@ -4,6 +4,7 @@ <meta charset="utf-8"> <title>Technicolor's Foosball Tournament</title> <link rel="stylesheet" type="text/css" href="style.css"> + <link href='http://fonts.googleapis.com/css?family=Nunito:300,700' rel='stylesheet' type='text/css'> </head> <body> <div id="content"> |
