Add overlays/FrameworkResOverlay/res/fallback_fonts.xml

This commit is contained in:
2025-08-17 13:25:00 -07:00
parent 2879ebea82
commit 9a27f6819d

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<familyset version="21">
<!-- Use ArcticonsSans as primary font -->
<family>
<font weight="400" style="normal">ArcticonsSans-Regular.otf</font>
</family>
<!-- Keep Roboto as fallback -->
<family>
<font weight="400" style="normal">Roboto-Regular.ttf</font>
<font weight="700" style="normal">Roboto-Bold.ttf</font>
<font weight="400" style="italic">Roboto-Italic.ttf</font>
<font weight="700" style="italic">Roboto-BoldItalic.ttf</font>
</family>
</familyset>