Merge "Roboto v2" into lmp-preview-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
01b67a2a1a
@@ -105,8 +105,11 @@ font_src_files := \
|
||||
|
||||
ifeq ($(MINIMAL_FONT_FOOTPRINT),true)
|
||||
|
||||
$(eval $(call create-font-symlink,Roboto-Black.ttf,Roboto-Bold.ttf))
|
||||
$(eval $(call create-font-symlink,Roboto-Light.ttf,Roboto-Regular.ttf))
|
||||
$(eval $(call create-font-symlink,Roboto-LightItalic.ttf,Roboto-Italic.ttf))
|
||||
$(eval $(call create-font-symlink,Roboto-Medium.ttf,Roboto-Regular.ttf))
|
||||
$(eval $(call create-font-symlink,Roboto-MediumItalic.ttf,Roboto-Italic.ttf))
|
||||
$(eval $(call create-font-symlink,Roboto-Thin.ttf,Roboto-Regular.ttf))
|
||||
$(eval $(call create-font-symlink,Roboto-ThinItalic.ttf,Roboto-Italic.ttf))
|
||||
$(eval $(call create-font-symlink,RobotoCondensed-Regular.ttf,Roboto-Regular.ttf))
|
||||
@@ -116,8 +119,11 @@ $(eval $(call create-font-symlink,RobotoCondensed-BoldItalic.ttf,Roboto-BoldItal
|
||||
|
||||
else # !MINIMAL_FONT
|
||||
font_src_files += \
|
||||
Roboto-Black.ttf \
|
||||
Roboto-Light.ttf \
|
||||
Roboto-LightItalic.ttf \
|
||||
Roboto-Medium.ttf \
|
||||
Roboto-MediumItalic.ttf \
|
||||
Roboto-Thin.ttf \
|
||||
Roboto-ThinItalic.ttf \
|
||||
RobotoCondensed-Regular.ttf \
|
||||
|
||||
BIN
data/fonts/Roboto-Black.ttf
Normal file
BIN
data/fonts/Roboto-Black.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
data/fonts/Roboto-Medium.ttf
Normal file
BIN
data/fonts/Roboto-Medium.ttf
Normal file
Binary file not shown.
BIN
data/fonts/Roboto-MediumItalic.ttf
Normal file
BIN
data/fonts/Roboto-MediumItalic.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
data/fonts/RobotoCondensed-LightItalic.ttf
Executable file → Normal file
BIN
data/fonts/RobotoCondensed-LightItalic.ttf
Executable file → Normal file
Binary file not shown.
Binary file not shown.
@@ -24,8 +24,11 @@ PRODUCT_PACKAGES := \
|
||||
Roboto-Bold.ttf \
|
||||
Roboto-Italic.ttf \
|
||||
Roboto-BoldItalic.ttf \
|
||||
Roboto-Black.ttf \
|
||||
Roboto-Light.ttf \
|
||||
Roboto-LightItalic.ttf \
|
||||
Roboto-Medium.ttf \
|
||||
Roboto-MediumItalic.ttf \
|
||||
Roboto-Thin.ttf \
|
||||
Roboto-ThinItalic.ttf \
|
||||
RobotoCondensed-Regular.ttf \
|
||||
|
||||
@@ -66,6 +66,25 @@
|
||||
</fileset>
|
||||
</family>
|
||||
|
||||
<family>
|
||||
<nameset>
|
||||
<name>sans-serif-medium</name>
|
||||
</nameset>
|
||||
<fileset>
|
||||
<file>Roboto-Medium.ttf</file>
|
||||
<file>Roboto-MediumItalic.ttf</file>
|
||||
</fileset>
|
||||
</family>
|
||||
|
||||
<family>
|
||||
<nameset>
|
||||
<name>sans-serif-black</name>
|
||||
</nameset>
|
||||
<fileset>
|
||||
<file>Roboto-Black.ttf</file>
|
||||
</fileset>
|
||||
</family>
|
||||
|
||||
<family>
|
||||
<nameset>
|
||||
<name>sans-serif-condensed-light</name>
|
||||
|
||||
Reference in New Issue
Block a user