aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-04-08 05:30:55 -0400
committerThedro Neely <thedroneely@gmail.com>2022-04-08 05:30:55 -0400
commitfcbb2d73dba45e69e2b85118e1ed5c459a6ffd4c (patch)
treee838bebe2d57186021e19afea39527b7969414f2 /public
parent1174512e336a8bd17bef80a4fb968125dc34c93c (diff)
downloadthedroneely.com-fcbb2d73dba45e69e2b85118e1ed5c459a6ffd4c.tar.gz
thedroneely.com-fcbb2d73dba45e69e2b85118e1ed5c459a6ffd4c.tar.bz2
thedroneely.com-fcbb2d73dba45e69e2b85118e1ed5c459a6ffd4c.zip
generators/hugo/_markup/render-codeblock-goat: Set default captions
Remove proprietary font-family inline.
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 2d3caba..3e334ef 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -1434,12 +1434,11 @@ textarea,
font-family: Charter, Georgia, "Book Antiqua", serif;
}
-code,
pre,
-blockquote > p.serif,
-.monospace {
- -moz-osx-font-smoothing: auto;
- -webkit-font-smoothing: auto;
+code,
+svg text,
+.monospace,
+blockquote > p.serif {
font-family: "Fira Code", "Lucida Console", "Andale Mono", monospace;
}