summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-12-30 09:20:39 -0500
committer53hornet <atc@53hor.net>2021-12-30 09:20:39 -0500
commitb1797285848a3855add0ffac77000844fdad4910 (patch)
treecdc612547fad34288de4741185f8f1ad89e89edb
parent18d1e3039d61b8b5bee99f1845dd4a628903cb36 (diff)
download53hor-b1797285848a3855add0ffac77000844fdad4910.tar.xz
53hor-b1797285848a3855add0ffac77000844fdad4910.zip
fix: fonts on spans
-rw-r--r--includes/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/style.css b/includes/style.css
index 2ac048e..0cafd42 100644
--- a/includes/style.css
+++ b/includes/style.css
@@ -15,7 +15,8 @@
}
body,
-p code {
+p code,
+span {
font-family: "Iosevka Slab", monospace;
}