summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-01-05 23:22:09 +0100
committerDimitri Sokolyuk <demon@dim13.org>2018-01-05 23:22:09 +0100
commitf976129f7744fabcc876b8f0caa1b526ab315b40 (patch)
treec7b714838956c8076861c14aa7b8362ec4d768df /static/style.css
parent10bb8aaeb97dcd9974fe914274d385084a161783 (diff)
change mono font
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index d0031dd..2e3117f 100644
--- a/static/style.css
+++ b/static/style.css
@@ -9,7 +9,7 @@ h1, h2, .navbar-brand {
text-shadow: 1px 1px #CCC;
}
pre, code, kbd {
- font-family: 'Anonymous Pro', monospace;
+ font-family: 'Space Mono', monospace;
}
a {
color: #F50;