From c0e250111f100881b57653e6ba9772d257f42a56 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Wed, 1 Apr 2026 19:27:19 +0200 Subject: [PATCH] [fix](trx-frontend-http): expand DSEG14 unicode-range to cover letters for RDS PS The @font-face unicode-range only included digits and punctuation, so letter characters in RDS station names fell back to generic monospace. Expanded to U+0020-007E (full printable ASCII) matching all glyphs in the font. Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css index 8167dbb..09e75ca 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css @@ -78,7 +78,7 @@ font-weight: 400; font-display: swap; src: url('/vendor/dseg14-classic-latin-400-normal.woff2') format('woff2'); - unicode-range: U+0030-0039, U+002E, U+002D, U+0020, U+002B; + unicode-range: U+0020-007E; } body {