[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) <noreply@anthropic.com> Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url('/vendor/dseg14-classic-latin-400-normal.woff2') format('woff2');
|
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 {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user