Add overlays/FrameworkResOverlay/res/fallback_fonts.xml
This commit is contained in:
15
overlays/FrameworkResOverlay/res/fallback_fonts.xml
Normal file
15
overlays/FrameworkResOverlay/res/fallback_fonts.xml
Normal 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>
|
Reference in New Issue
Block a user