Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07e01e07 authored by Roozbeh Pournader's avatar Roozbeh Pournader Committed by Android Git Automerger
Browse files

am 11b6e235: am db56b5a6: Move Noto Sans Tai Le to the end of the font fallback list.

* commit '11b6e235':
  Move Noto Sans Tai Le to the end of the font fallback list.
parents a4ed5e94 11b6e235
Loading
Loading
Loading
Loading
+8 −10
Original line number Diff line number Diff line
@@ -333,11 +333,6 @@
            <file>NotoSansTagbanwa-Regular.ttf</file>
        </fileset>
    </family>
    <family>
        <fileset>
            <file>NotoSansTaiLe-Regular.ttf</file>
        </fileset>
    </family>
    <family>
        <fileset>
            <file>NotoSansTaiTham-Regular.ttf</file>
@@ -408,10 +403,13 @@
            <file lang="ja">MTLmr3m.ttf</file>
        </fileset>
    </family>
    <!-- Note: complex scripts (i.e. those requiring shaping in Harfbuzz) have
         a cumulative limit of 64k glyphs. Thus, if they are placed after the
         large fonts such as DroidSansFallback, they are likely to render
         incorrectly. Please use caution when putting fonts toward the end of
         the list.
    <!--
        Noto Sans Tai Le is intentionally kept last, to make sure it doesn't override
        the East Asian punctuation for Chinese.
    -->
    <family>
        <fileset>
            <file>NotoSansTaiLe-Regular.ttf</file>
        </fileset>
    </family>
</familyset>
+7 −3
Original line number Diff line number Diff line
@@ -287,9 +287,6 @@
    <family>
        <font weight="400" style="normal">NotoSansTagbanwa-Regular.ttf</font>
    </family>
    <family>
        <font weight="400" style="normal">NotoSansTaiLe-Regular.ttf</font>
    </family>
    <family>
        <font weight="400" style="normal">NotoSansTaiTham-Regular.ttf</font>
    </family>
@@ -332,4 +329,11 @@
    <family lang="ja">
        <font weight="400" style="normal">MTLmr3m.ttf</font>
    </family>
    <!--
        Noto Sans Tai Le is intentionally kept last, to make sure it doesn't override
        the East Asian punctuation for Chinese.
    -->
    <family>
        <font weight="400" style="normal">NotoSansTaiLe-Regular.ttf</font>
    </family>
</familyset>