This commit is contained in:
oxmc
2025-08-17 13:47:46 -07:00
3 changed files with 23 additions and 4 deletions

View File

@@ -1,7 +1,11 @@
# Include overlay package
PRODUCT_PACKAGES += \
FrameworkResDevOxmcOverlay
# Copy system-wide font
PRODUCT_COPY_FILES += \
vendor/dev.oxmc/fonts/ArcticonsSans-Regular.otf:system/fonts/ArcticonsSans-Regular.otf
# Copy system-wide icon
#PRODUCT_COPY_FILES += \
# vendor/dev.oxmc/icons/ic_settings_oxmc.xml:system/etc/permissions/ic_settings_oxmc.xml
# Copy system-wide icon (commented out until needed)
# PRODUCT_COPY_FILES += \
# vendor/dev.oxmc/icons/ic_settings_oxmc.xml:system/etc/permissions/ic_settings_oxmc.xml

View File

@@ -1,5 +1,5 @@
runtime_resource_overlay {
name: "FrameworkResDevOxmcOverlay",
theme: "android.overlay.frameworkres.oxmc",
certificate: "platform",
product_specific: true,
}

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>