diff options
| author | 2015-12-02 14:32:52 -0800 | |
|---|---|---|
| committer | 2015-12-03 09:20:03 -0800 | |
| commit | 460d119e369916f242e5afdecf70a393939eea4c (patch) | |
| tree | c681aa4aa0ac309e38228f0767bb7fce3dd2ad5b | |
| parent | ec7416713c99e17cbfbb8fa23c9d5ddbfa897677 (diff) | |
Add Emoji "lang" attribute for NotoColorEmoji.ttf
This is needed by Minikin to choose the best font when text and emoji
variation selectors are used.
BUG=11256006
Change-Id: I5774fdf0190dcc42ec827ef5dcec8cdbd28ee925
| -rw-r--r-- | data/fonts/fonts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/fonts/fonts.xml b/data/fonts/fonts.xml index 1b97b658943c..0e663747eb04 100644 --- a/data/fonts/fonts.xml +++ b/data/fonts/fonts.xml @@ -344,7 +344,7 @@ <family> <font weight="400" style="normal">NanumGothic.ttf</font> </family> - <family> + <family lang="und-Qaae"> <font weight="400" style="normal">NotoColorEmoji.ttf</font> </family> <family> |