From f9c959bd9d8d73b71aa69ddf9c41db1f2540a85e Mon Sep 17 00:00:00 2001 From: "death.au" Date: Thu, 9 May 2024 10:46:39 +0000 Subject: [PATCH] this should prevent emoji from being italics --- weblog/B0. Template/styles.css.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/weblog/B0. Template/styles.css.md b/weblog/B0. Template/styles.css.md index cf7f656..c41524b 100644 --- a/weblog/B0. Template/styles.css.md +++ b/weblog/B0. Template/styles.css.md @@ -140,11 +140,12 @@ iframe { display: inline-block; font-size: 2em; min-width: 1em; + font-style: normal; } [data-emoji]::before { content: attr(data-emoji); - font-style: none; + font-stye: normal; } [data-emoji='{emoji}'] {