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 @@ +