From 84aa9ce564ecd098de9eb45f927f0d68ff87d4c2 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 9 Apr 2025 13:05:05 +0300 Subject: [PATCH] main.scss: comment the font-variant-emoji --- assets/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/main.scss b/assets/main.scss index f46cd33..fa47847 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -37,7 +37,7 @@ $base-font-family: $serif-font-family; overflow-wrap: break-word !important; hyphens: auto !important; // Experimental trick to make all emojis text if supported. - font-variant-emoji: text; + //font-variant-emoji: text; /* WCAG minimum suggestions */ margin-bottom: 2 !important; line-height: 1.5 !important;