diff options
Diffstat (limited to 'data/fonts')
-rw-r--r-- | data/fonts/fallback_fonts-ja.xml | 12 | ||||
-rw-r--r-- | data/fonts/fallback_fonts.xml | 12 |
2 files changed, 16 insertions, 8 deletions
diff --git a/data/fonts/fallback_fonts-ja.xml b/data/fonts/fallback_fonts-ja.xml index 9d3eb8c..82e3a38 100644 --- a/data/fonts/fallback_fonts-ja.xml +++ b/data/fonts/fallback_fonts-ja.xml @@ -96,22 +96,26 @@ </family> <family> <fileset> - <file>Lohit-Telugu.ttf</file> + <file>AndroidEmoji.ttf</file> </fileset> </family> <family> <fileset> - <file>AndroidEmoji.ttf</file> + <file>MTLmr3m.ttf</file> </fileset> </family> <family> <fileset> - <file>MTLmr3m.ttf</file> + <file>DroidSansFallback.ttf</file> </fileset> </family> + <!-- + Fonts below this point have problematic glyphs and should not be moved + higher in the fallback list until those glyphs have been fixed. + --> <family> <fileset> - <file>DroidSansFallback.ttf</file> + <file>Lohit-Telugu.ttf</file> <!-- masks U+FFBC-10007 --> </fileset> </family> </familyset> diff --git a/data/fonts/fallback_fonts.xml b/data/fonts/fallback_fonts.xml index 8ae9f93..758adb5 100644 --- a/data/fonts/fallback_fonts.xml +++ b/data/fonts/fallback_fonts.xml @@ -96,22 +96,26 @@ </family> <family> <fileset> - <file>Lohit-Telugu.ttf</file> + <file>AndroidEmoji.ttf</file> </fileset> </family> <family> <fileset> - <file>AndroidEmoji.ttf</file> + <file>DroidSansFallback.ttf</file> </fileset> </family> <family> <fileset> - <file>DroidSansFallback.ttf</file> + <file>MTLmr3m.ttf</file> </fileset> </family> + <!-- + Fonts below this point have problematic glyphs and should not be moved + higher in the fallback list until those glyphs have been fixed. + --> <family> <fileset> - <file>MTLmr3m.ttf</file> + <file>Lohit-Telugu.ttf</file> <!-- masks U+FFBC-10007 --> </fileset> </family> </familyset> |