diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-08 16:35:41 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-08 16:35:49 +0000 |
commit | 17a03b45fa3b578e93521b81b56ed46cc10b4c1f (patch) | |
tree | 84dff9834ce1e43dfeed22ced11a7be9e8ff6aba /html/css/git-deps.css | |
parent | 3aea00047dc8bae43b506b3ba0049d4005716710 (diff) | |
download | git-deps-17a03b45fa3b578e93521b81b56ed46cc10b4c1f.tar.gz |
default to nicer fonts
Diffstat (limited to 'html/css/git-deps.css')
-rw-r--r-- | html/css/git-deps.css | 4 |
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; |