mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 12:22:14 +03:00
The dashboard loaded the Material Symbols icon font only from the Google Fonts CDN (fonts.googleapis.com). On networks where that CDN is blocked (e.g. mainland China) the ligature font never loaded, so every icon rendered as its literal text name and the layout broke. Bundle the font locally via the material-symbols package so icons render without a runtime CDN dependency. Closes #3695