logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 36404c95c4f9681db880edefce6fa9d78ffcd1c9
parent 390a1136b8e9317e1a91f390445ed663b9da0397
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu,  6 Oct 2022 00:43:16 +0200

css: Add .math class for Mathematical fonts

Diffstat:

Mcss/index.css3+++
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; }