diff options
author | Victoria Lease <violets@google.com> | 2013-08-30 14:03:36 -0700 |
---|---|---|
committer | Victoria Lease <violets@google.com> | 2013-08-30 14:03:36 -0700 |
commit | 79d8f06ae7026dff2c4b22f70fbd8708845c74fa (patch) | |
tree | bdb8e4165102db816daf70889b45787b12bbf0ac /data | |
parent | 1f809c7761a52102621b22fe8ec8c9f91ec1fe54 (diff) | |
download | frameworks_base-79d8f06ae7026dff2c4b22f70fbd8708845c74fa.zip frameworks_base-79d8f06ae7026dff2c4b22f70fbd8708845c74fa.tar.gz frameworks_base-79d8f06ae7026dff2c4b22f70fbd8708845c74fa.tar.bz2 |
add Noto Sans Khmer and Lao
Bug: 7672029
Change-Id: Ie17018222939c097e98a16762ec4ff4bef4e1836
Diffstat (limited to 'data')
-rw-r--r-- | data/fonts/fallback_fonts.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/data/fonts/fallback_fonts.xml b/data/fonts/fallback_fonts.xml index 16d760c..d11a3c7 100644 --- a/data/fonts/fallback_fonts.xml +++ b/data/fonts/fallback_fonts.xml @@ -126,6 +126,30 @@ </family> <family> <fileset> + <file variant="elegant">NotoSansKhmer-Regular.ttf</file> + <file variant="elegant">NotoSansKhmer-Bold.ttf</file> + </fileset> + </family> + <family> + <fileset> + <file variant="compact">NotoSansKhmerUI-Regular.ttf</file> + <file variant="compact">NotoSansKhmerUI-Bold.ttf</file> + </fileset> + </family> + <family> + <fileset> + <file variant="elegant">NotoSansLao-Regular.ttf</file> + <file variant="elegant">NotoSansLao-Bold.ttf</file> + </fileset> + </family> + <family> + <fileset> + <file variant="compact">NotoSansLaoUI-Regular.ttf</file> + <file variant="compact">NotoSansLaoUI-Bold.ttf</file> + </fileset> + </family> + <family> + <fileset> <file>NanumGothic.ttf</file> </fileset> </family> |