diff --git a/config/common_full.mk b/config/common_full.mk index 67bfa73c..8371d3c2 100644 --- a/config/common_full.mk +++ b/config/common_full.mk @@ -3,6 +3,16 @@ $(call inherit-product, vendor/lineage/config/common_mobile.mk) PRODUCT_SIZE := full +# Include {Lato,Rubik} fonts +$(call inherit-product-if-exists, external/google-fonts/lato/fonts.mk) +$(call inherit-product-if-exists, external/google-fonts/rubik/fonts.mk) + +# Fonts +PRODUCT_PACKAGES += \ + fonts_customization.xml \ + FontLatoOverlay \ + FontRubikOverlay + # Recorder PRODUCT_PACKAGES += \ Recorder