Move Phags-pa and Yi fonts to the end of fallback chain
There are shared East Asian punctuation defined in the Phags-pa and Yi fonts, which would override the default Chinese form which we prefer. This CL moves them to the end of the fallback chain, similar to Ic2cbc79cecf9539ace8a432f373685eeff81e106. Test: manual Change-Id: Ieeb4c04ca785e07a5db94006a6da31ad040b7e7a Bug: 38182099
This commit is contained in:
@@ -406,9 +406,6 @@
|
||||
<family lang="und-Osma">
|
||||
<font weight="400" style="normal">NotoSansOsmanya-Regular.ttf</font>
|
||||
</family>
|
||||
<family lang="und-Phag">
|
||||
<font weight="400" style="normal">NotoSansPhagsPa-Regular.ttf</font>
|
||||
</family>
|
||||
<family lang="und-Phnx">
|
||||
<font weight="400" style="normal">NotoSansPhoenician-Regular.ttf</font>
|
||||
</family>
|
||||
@@ -468,9 +465,6 @@
|
||||
<family lang="und-Vaii">
|
||||
<font weight="400" style="normal">NotoSansVai-Regular.ttf</font>
|
||||
</family>
|
||||
<family lang="und-Yiii">
|
||||
<font weight="400" style="normal">NotoSansYi-Regular.ttf</font>
|
||||
</family>
|
||||
<family>
|
||||
<font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted.ttf</font>
|
||||
</family>
|
||||
@@ -494,13 +488,19 @@
|
||||
<font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted2.ttf</font>
|
||||
</family>
|
||||
<!--
|
||||
Tai Le and Mongolian are intentionally kept last, to make sure they don't override
|
||||
the East Asian punctuation for Chinese.
|
||||
Tai Le, Yi, Mongolian, and Phags-pa are intentionally kept last, to make sure they don't
|
||||
override the East Asian punctuation for Chinese.
|
||||
-->
|
||||
<family lang="und-Tale">
|
||||
<font weight="400" style="normal">NotoSansTaiLe-Regular.ttf</font>
|
||||
</family>
|
||||
<family lang="und-Yiii">
|
||||
<font weight="400" style="normal">NotoSansYi-Regular.ttf</font>
|
||||
</family>
|
||||
<family lang="und-Mong">
|
||||
<font weight="400" style="normal">NotoSansMongolian-Regular.ttf</font>
|
||||
</family>
|
||||
<family lang="und-Phag">
|
||||
<font weight="400" style="normal">NotoSansPhagsPa-Regular.ttf</font>
|
||||
</family>
|
||||
</familyset>
|
||||
|
||||
Reference in New Issue
Block a user