aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-03-25 21:21:29 -0400
committerThedro Neely <thedroneely@gmail.com>2022-03-25 21:21:29 -0400
commitd5bc8e56d1d079928dce514e420d8ded33c901bf (patch)
tree7d0f6dcabb9d415cfde3f19552530781502a88b7 /public
parent983c2ebbf29c66406291dc080131ce4e6002e4c7 (diff)
downloadthedroneely.com-d5bc8e56d1d079928dce514e420d8ded33c901bf.tar.gz
thedroneely.com-d5bc8e56d1d079928dce514e420d8ded33c901bf.tar.bz2
thedroneely.com-d5bc8e56d1d079928dce514e420d8ded33c901bf.zip
public/css/tdro: Drop Courier from monospace font stack
Messes up fonts on android systems.
Diffstat (limited to 'public')
-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 b5662de..b8c9903 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", Lucida Console, Courier, Andale Mono, monospace;
+ font-family: "Fira Code", "Lucida Console", "Andale Mono", monospace;
}
.document a {