aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-07-19 21:11:36 -0400
committerThedro Neely <thedroneely@gmail.com>2022-07-19 21:11:36 -0400
commit0f3ed9f898075dce595ac842fa12ebc8563d40d5 (patch)
tree56164832b1d1d2a6b74b10fe1de407dba5eade99
parent0db0b5495df18b4f79fa139abbbddea62de64d5d (diff)
downloadthedroneely.com-0f3ed9f898075dce595ac842fa12ebc8563d40d5.tar.gz
thedroneely.com-0f3ed9f898075dce595ac842fa12ebc8563d40d5.tar.bz2
thedroneely.com-0f3ed9f898075dce595ac842fa12ebc8563d40d5.zip
public/css/tdro: Set diagram font
-rw-r--r--public/css/tdro.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index e727bb4..a6d9b0e 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -441,7 +441,8 @@ home-page margin-note-aside label {
pre,
code,
-blockquote p {
+blockquote p,
+diagram-container svg {
font-family: "Fira Code", "Lucida Console", "Andale Mono", monospace;
}