diff options
author | Raph Levien <raph@google.com> | 2013-03-28 14:39:06 -0700 |
---|---|---|
committer | Raph Levien <raph@google.com> | 2013-03-28 14:39:06 -0700 |
commit | 6ff0bb6f5cc2678ee8f23e1c71faf1409af5df98 (patch) | |
tree | 94b2c4cc992301488f4b7f93280abd00db5abf0f /data/fonts | |
parent | aad37a1eeb4dcd35500a382401b889d34f6430d2 (diff) | |
download | frameworks_base-6ff0bb6f5cc2678ee8f23e1c71faf1409af5df98.zip frameworks_base-6ff0bb6f5cc2678ee8f23e1c71faf1409af5df98.tar.gz frameworks_base-6ff0bb6f5cc2678ee8f23e1c71faf1409af5df98.tar.bz2 |
Switch indic fonts to Noto
This change switches from the older (cibu and lohit) Indic fonts to
the new Noto fonts. All the new fonts come in both normal and bold
weights, and with system ui (more compact vertical metrics, to match
Roboto) variants as well as normal.
The fonts have been tested on a phone (Galaxy Nexus) and seem to work,
but should be more carefully evaluated by native speakers.
Change-Id: Ib0a10ee5a130bab258ff198e22b8304e00141073
Diffstat (limited to 'data/fonts')
-rw-r--r-- | data/fonts/fallback_fonts.xml | 40 |
1 files changed, 34 insertions, 6 deletions
diff --git a/data/fonts/fallback_fonts.xml b/data/fonts/fallback_fonts.xml index 999ddc4..744b15d 100644 --- a/data/fonts/fallback_fonts.xml +++ b/data/fonts/fallback_fonts.xml @@ -78,32 +78,60 @@ </family> <family> <fileset> - <file>AnjaliNewLipi-light.ttf</file> + <file variant="elegant">NotoSansMalayalam-Regular.ttf</file> + <file variant="elegant">NotoSansMalayalam-Bold.ttf</file> </fileset> </family> <family> <fileset> - <file>Lohit-Bengali.ttf</file> + <file variant="compact">NotoSansMalayalamUI-Regular.ttf</file> + <file variant="compact">NotoSansMalayalamUI-Bold.ttf</file> </fileset> </family> <family> <fileset> - <file>Lohit-Kannada.ttf</file> + <file variant="elegant">NotoSansBengali-Regular.ttf</file> + <file variant="elegant">NotoSansBengali-Bold.ttf</file> </fileset> </family> <family> <fileset> - <file>NanumGothic.ttf</file> + <file variant="compact">NotoSansBengaliUI-Regular.ttf</file> + <file variant="compact">NotoSansBengaliUI-Bold.ttf</file> </fileset> </family> <family> <fileset> - <file>AndroidEmoji.ttf</file> + <file variant="elegant">NotoSansTelugu-Regular.ttf</file> + <file variant="elegant">NotoSansTelugu-Bold.ttf</file> + </fileset> + </family> + <family> + <fileset> + <file variant="compact">NotoSansTeluguUI-Regular.ttf</file> + <file variant="compact">NotoSansTeluguUI-Bold.ttf</file> + </fileset> + </family> + <family> + <fileset> + <file variant="elegant">NotoSansKannada-Regular.ttf</file> + <file variant="elegant">NotoSansKannada-Bold.ttf</file> </fileset> </family> <family> <fileset> - <file>Lohit-Telugu.ttf</file> + <file variant="compact">NotoSansKannadaUI-Regular.ttf</file> + <file variant="compact">NotoSansKannadaUI-Bold.ttf</file> + </fileset> + </family> + <family> + <fileset> + <file>NanumGothic.ttf</file> + </fileset> + </family> + <family> + <fileset> + <file>AndroidEmoji.ttf</file> </fileset> </family> <family> |