diff options
author | Bart Sears <bsears@google.com> | 2011-10-27 22:21:34 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-10-27 22:21:34 +0000 |
commit | 88fbb19a55d17803bbf474c80707730b8de200e4 (patch) | |
tree | dd47440cf6683631199ed28a0975033e91483d2c /data | |
parent | c4f09e03099cddc57aa5b777921182ab1d13ae8a (diff) | |
parent | 777e682f13c8874f60ca21cb9264ae26a9d19a40 (diff) | |
download | frameworks_base-88fbb19a55d17803bbf474c80707730b8de200e4.zip frameworks_base-88fbb19a55d17803bbf474c80707730b8de200e4.tar.gz frameworks_base-88fbb19a55d17803bbf474c80707730b8de200e4.tar.bz2 |
am 777e682f: Merge "Add Lohit-Tamil.ttf and Lohit-Bengali.ttf to Fallback list" into ics-mr0
* commit '777e682f13c8874f60ca21cb9264ae26a9d19a40':
Add Lohit-Tamil.ttf and Lohit-Bengali.ttf to Fallback list
Diffstat (limited to 'data')
-rw-r--r-- | data/fonts/fallback_fonts.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/fonts/fallback_fonts.xml b/data/fonts/fallback_fonts.xml index 881233a..e23004b 100644 --- a/data/fonts/fallback_fonts.xml +++ b/data/fonts/fallback_fonts.xml @@ -61,6 +61,16 @@ </family> <family> <fileset> + <file>Lohit-Bengali.ttf</file> + </fileset> + </family> + <family> + <fileset> + <file>Lohit-Tamil.ttf</file> + </fileset> + </family> + <family> + <fileset> <file>DroidSansFallback.ttf</file> </fileset> </family> |