feat(web): readable header (duration 6m 37s, faded id by GAME) + skyquake font for vehicle country glyphs

This commit is contained in:
FURRO404
2026-06-18 01:54:54 -07:00
parent 29ef4fb346
commit 98a0c4fd9e
3 changed files with 22 additions and 5 deletions
+14
View File
@@ -119,6 +119,20 @@
box-sizing: border-box;
}
@font-face {
font-family: "skyquakesymbols";
src: url("/fonts/symbols_skyquake.ttf") format("truetype");
font-display: swap;
}
/* War Thunder vehicle names carry country/event glyphs (▀ ▄ ◊ + PUA markers)
that only the skyquake symbol font renders; list it first, then fall back. */
.vehicle-name {
font-family:
"skyquakesymbols", "SF Pro Rounded", "SF Pro Text", -apple-system, BlinkMacSystemFont,
"Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
}
body {
margin: 0;
min-width: 320px;