aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-03-24 16:48:06 -0400
committerThedro Neely <thedroneely@gmail.com>2022-03-24 16:49:40 -0400
commit983c2ebbf29c66406291dc080131ce4e6002e4c7 (patch)
treed77656866475992c31eb09c6f4f70e1be260e6fa
parent0980ce9359f42bda107277798fbaa2fca946140b (diff)
downloadthedroneely.com-983c2ebbf29c66406291dc080131ce4e6002e4c7.tar.gz
thedroneely.com-983c2ebbf29c66406291dc080131ce4e6002e4c7.tar.bz2
thedroneely.com-983c2ebbf29c66406291dc080131ce4e6002e4c7.zip
public/css/tdro: Change monospace font stack
Target courier as middle ground default.
-rw-r--r--public/css/tdro.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index dcf271b..b5662de 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -1479,7 +1479,7 @@ blockquote > p.serif,
.monospace {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto;
- font-family: "Fira Code", Consolas, monaco, monospace;
+ font-family: "Fira Code", Lucida Console, Courier, Andale Mono, monospace;
}
.document a {