aboutsummaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-08 16:35:41 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-08 16:35:49 +0000
commit17a03b45fa3b578e93521b81b56ed46cc10b4c1f (patch)
tree84dff9834ce1e43dfeed22ced11a7be9e8ff6aba /html
parent3aea00047dc8bae43b506b3ba0049d4005716710 (diff)
downloadgit-deps-17a03b45fa3b578e93521b81b56ed46cc10b4c1f.tar.gz
default to nicer fonts
Diffstat (limited to 'html')
-rw-r--r--html/css/git-deps.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/css/git-deps.css b/html/css/git-deps.css
index 156b064..8879a83 100644
--- a/html/css/git-deps.css
+++ b/html/css/git-deps.css
@@ -1,3 +1,7 @@
+body {
+ font-family: Helvetica, arial, freesans, clean, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
+}
+
rect.background {
fill: white;
cursor: move;