Files
FrameworkResOverlay/res/xml/fallback_fonts.xml
2025-08-18 23:23:41 -07:00

15 lines
561 B
XML

<?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>