summaryrefslogtreecommitdiffstats
path: root/webroot/css
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-04 01:47:57 -0700
committerraylu <raylu@mixpanel.com>2011-07-04 01:47:57 -0700
commitdccc88325a29f19b25a4c4a86bd360f336e75218 (patch)
treef2fba44a84564dbc9bb0e9397f4c6e604e6c6bcc /webroot/css
parent936327b07d002dc79db8547888e70a0eaa090999 (diff)
downloadotakuhub-dccc88325a29f19b25a4c4a86bd360f336e75218.tar.xz
hello Cantarell
Diffstat (limited to 'webroot/css')
-rw-r--r--webroot/css/base.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/webroot/css/base.css b/webroot/css/base.css
index ec4ddf9..c90cc45 100644
--- a/webroot/css/base.css
+++ b/webroot/css/base.css
@@ -1,3 +1,7 @@
+body {
+ font-family: Cantarell;
+ letter-spacing: -0.01em;
+}
a:hover {
text-decoration:none;
}