From 1e811fbb1aca7d48106bc09fe5ac407c014b371b Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Thu, 5 Feb 2026 13:58:15 +0100 Subject: [PATCH] Preload emoji flags to avoid glyph fallback --- wwwroot/css/base.css | 9 +++++++++ wwwroot/index.html | 1 + 2 files changed, 10 insertions(+) diff --git a/wwwroot/css/base.css b/wwwroot/css/base.css index 6956c15..66cb46b 100644 --- a/wwwroot/css/base.css +++ b/wwwroot/css/base.css @@ -164,3 +164,12 @@ h3 { background: #e0564f; color: #fffaf3; } + +.emoji-preload { + position: absolute; + opacity: 0; + pointer-events: none; + inset: 0; + font-family: "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", sans-serif; + font-size: 1px; /* tiny but triggers early font fetch */ +} diff --git a/wwwroot/index.html b/wwwroot/index.html index aac29f9..ab1c8e4 100644 --- a/wwwroot/index.html +++ b/wwwroot/index.html @@ -14,6 +14,7 @@ +