From 09065a1c6ca4260158600797c9e6633575f98e04 Mon Sep 17 00:00:00 2001 From: oxmc Date: Wed, 3 Sep 2025 18:02:53 -0700 Subject: [PATCH] Update fonts.mk --- fonts.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fonts.mk b/fonts.mk index 13b471a..f32c379 100644 --- a/fonts.mk +++ b/fonts.mk @@ -1,3 +1,7 @@ # Fonts PRODUCT_COPY_FILES += \ - vendor/pawlet/fonts/ArcticonsSans-Regular.otf:$(TARGET_COPY_OUT_SYSTEM)/fonts/ArcticonsSans-Regular.otf \ No newline at end of file + vendor/pawlet/overlays/FontsOverlay/ArcticonsSans-Regular.otf:$(TARGET_COPY_OUT_SYSTEM)/fonts/ArcticonsSans-Regular.otf + +# Font overlay package +PRODUCT_PACKAGES += \ + pawlet-fonts-overlay \ No newline at end of file