diff options
author | 53hornet <atc@53hor.net> | 2021-12-30 09:20:39 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-12-30 09:20:39 -0500 |
commit | b1797285848a3855add0ffac77000844fdad4910 (patch) | |
tree | cdc612547fad34288de4741185f8f1ad89e89edb /includes | |
parent | 18d1e3039d61b8b5bee99f1845dd4a628903cb36 (diff) | |
download | 53hor-b1797285848a3855add0ffac77000844fdad4910.tar.xz 53hor-b1797285848a3855add0ffac77000844fdad4910.zip |
fix: fonts on spans
Diffstat (limited to 'includes')
-rw-r--r-- | includes/style.css | 3 |
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; } |