summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorStephane Caron <stephane.caron@ens.fr>2012-08-06 23:57:08 -0700
committerStephane Caron <stephane.caron@ens.fr>2012-08-06 23:57:08 -0700
commit51c2536f16dc3b80a25287fda9c564c2083e4e30 (patch)
treea7cad31b2218ffef161f161f846288fd42934edd /style.css
parent4e0521413e097b0eae28d87b907565ebd2eb529a (diff)
downloadfoosball-51c2536f16dc3b80a25287fda9c564c2083e4e30.tar.gz
ajout d'une zolie fonte gougle
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/style.css b/style.css
index fa6f31f..2bbe815 100644
--- a/style.css
+++ b/style.css
@@ -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 {