From 2e4e21e67bbd955b84b15ceba0538142832dc356 Mon Sep 17 00:00:00 2001 From: Daniele Guido <1181642+danieleguido@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:50:02 +0100 Subject: [PATCH] Update global.css --- src/styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 36bd3d5..5b79d10 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -141,7 +141,8 @@ body { -moz-osx-font-smoothing: grayscale; } -em { +em, +.font-style-italic { font-style: normal; font-family: "Satoshi-VariableItalic"; }