commit: 3534caa65790fda2c947dd733d911ba13a8eae55
parent a4681fbaa3f9f21a966c88e6d3a3bda33b458fae
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 6 Oct 2022 00:43:16 +0200
css: Add .math class for Mathematical fonts
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/css/index.css b/css/index.css
@@ -152,6 +152,9 @@ img.thumb_inline {
object-fit: contain;
margin: 0.5em;
}
+.math {
+ font-family: math, "CMU Typewriter Text", "STIX Two Math", "Lucida Math", monospace;
+}
/* ids */
#bio { clear: both; }