Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96905fdb authored by Luca Stefani's avatar Luca Stefani Committed by Bruno Martins
Browse files

Include GoogleSansFlex font and friends

Change-Id: I88e651cd6cba1a72c318ebce2d6e95bbf7506fa2
parent 6b078017
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@ $(call inherit-product, vendor/lineage/config/common_mobile.mk)

PRODUCT_SIZE := full

# Include {Lato,Rubik} fonts
# Include {GoogleSansFlex,Lato,Rubik} fonts
$(call inherit-product-if-exists, external/google-fonts/google-sans-flex/fonts.mk)
$(call inherit-product-if-exists, external/google-fonts/lato/fonts.mk)
$(call inherit-product-if-exists, external/google-fonts/rubik/fonts.mk)

@@ -34,6 +35,7 @@ PRODUCT_PACKAGES += \
# Fonts
PRODUCT_PACKAGES += \
    fonts_customization.xml \
    FontGoogleSansFlexOverlay \
    FontLatoOverlay \
    FontRubikOverlay