about summary refs log tree commit diff stats
path: root/static
diff options
context:
space:
mode:
authorAlan Pearce2017-06-04 15:17:04 +0200
committerAlan Pearce2017-06-04 15:17:04 +0200
commitd54d42df7e23d4254f76467a2142cf843d1f4a5a (patch)
tree9b6a1ae751251fbedbaf6576affe9e593be2b0a8 /static
parent8e1c2c6e9ef67a4a243efabbabfed6a937cebd1b (diff)
downloadhyde-d54d42df7e23d4254f76467a2142cf843d1f4a5a.tar.lz
hyde-d54d42df7e23d4254f76467a2142cf843d1f4a5a.tar.zst
hyde-d54d42df7e23d4254f76467a2142cf843d1f4a5a.zip
Update font stacks
Diffstat (limited to 'static')
-rw-r--r--static/css/hyde.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/css/hyde.css b/static/css/hyde.css
index 97bbcb7..0255e81 100644
--- a/static/css/hyde.css
+++ b/static/css/hyde.css
@@ -32,7 +32,7 @@
  */
 
 html {
-  font-family: "PT Sans", "Ubuntu Sans", "Liberation Sans", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
+  font-family: "PT Sans", "Ubuntu Sans", "Liberation Sans", "Lucida Grande", "Helvetica Neue", Arial, sans-serif;
 }
 @media (min-width: 48em) {
   html {
@@ -45,6 +45,10 @@ html {
   }
 }
 
+code,pre {
+    font-family: "SFMono-Regular", "Lucida Console", "Liberation Mono", Menlo, Courier, monospace;
+}
+
 
 /*
  * Sidebar