From fc373ffb91bfebf12c4d87deef2dcd101872e0d7 Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Wed, 4 Feb 2026 15:37:52 +0100 Subject: [PATCH] Render flags using emoji-capable fonts --- wwwroot/styles.css | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/wwwroot/styles.css b/wwwroot/styles.css index 419ca95..d79a346 100644 --- a/wwwroot/styles.css +++ b/wwwroot/styles.css @@ -60,6 +60,7 @@ html { font-size: 16px; cursor: pointer; min-width: 44px; + font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "Twemoji Country Flags", emoji, sans-serif; } .lang-menu { position: absolute; @@ -82,17 +83,7 @@ html { padding: 6px 10px; text-align: left; cursor: pointer; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border: 0; + font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "Twemoji Country Flags", emoji, sans-serif; } .status-bar {