diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/fonts/fallback_fonts.xml | 42 | ||||
-rw-r--r-- | data/fonts/fonts.xml | 26 |
2 files changed, 66 insertions, 2 deletions
diff --git a/data/fonts/fallback_fonts.xml b/data/fonts/fallback_fonts.xml index 5c3b90b..dc364a12 100644 --- a/data/fonts/fallback_fonts.xml +++ b/data/fonts/fallback_fonts.xml @@ -252,6 +252,11 @@ </family> <family> <fileset> + <file>NotoSansBamum-Regular.ttf</file> + </fileset> + </family> + <family> + <fileset> <file>NotoSansBatak-Regular.ttf</file> </fileset> </family> @@ -312,11 +317,31 @@ </family> <family> <fileset> + <file>NotoSansLisu-Regular.ttf</file> + </fileset> + </family> + <family> + <fileset> + <file>NotoSansMandaic-Regular.ttf</file> + </fileset> + </family> + <family> + <fileset> <file>NotoSansMeeteiMayek-Regular.ttf</file> </fileset> </family> <family> <fileset> + <file>NotoSansNewTaiLue-Regular.ttf</file> + </fileset> + </family> + <family> + <fileset> + <file>NotoSansNKo-Regular.ttf</file> + </fileset> + </family> + <family> + <fileset> <file>NotoSansOlChiki-Regular.ttf</file> </fileset> </family> @@ -342,6 +367,11 @@ </family> <family> <fileset> + <file>NotoSansSyriacEstrangela-Regular.ttf</file> + </fileset> + </family> + <family> + <fileset> <file>NotoSansTagbanwa-Regular.ttf</file> </fileset> </family> @@ -362,6 +392,11 @@ </family> <family> <fileset> + <file>NotoSansVai-Regular.ttf</file> + </fileset> + </family> + <family> + <fileset> <file>NotoSansYi-Regular.ttf</file> </fileset> </family> @@ -411,7 +446,7 @@ </fileset> </family> <!-- - Noto Sans Tai Le is intentionally kept last, to make sure it doesn't override + Tai Le and Mongolian are intentionally kept last, to make sure they don't override the East Asian punctuation for Chinese. --> <family> @@ -419,4 +454,9 @@ <file>NotoSansTaiLe-Regular.ttf</file> </fileset> </family> + <family> + <fileset> + <file>NotoSansMongolian-Regular.ttf</file> + </fileset> + </family> </familyset> diff --git a/data/fonts/fonts.xml b/data/fonts/fonts.xml index f3a7647..44ea1c9 100644 --- a/data/fonts/fonts.xml +++ b/data/fonts/fonts.xml @@ -239,6 +239,9 @@ <font weight="400" style="normal">NotoSansBalinese-Regular.ttf</font> </family> <family> + <font weight="400" style="normal">NotoSansBamum-Regular.ttf</font> + </family> + <family> <font weight="400" style="normal">NotoSansBatak-Regular.ttf</font> </family> <family> @@ -275,9 +278,21 @@ <font weight="400" style="normal">NotoSansLimbu-Regular.ttf</font> </family> <family> + <font weight="400" style="normal">NotoSansLisu-Regular.ttf</font> + </family> + <family> + <font weight="400" style="normal">NotoSansMandaic-Regular.ttf</font> + </family> + <family> <font weight="400" style="normal">NotoSansMeeteiMayek-Regular.ttf</font> </family> <family> + <font weight="400" style="normal">NotoSansNewTaiLue-Regular.ttf</font> + </family> + <family> + <font weight="400" style="normal">NotoSansNKo-Regular.ttf</font> + </family> + <family> <font weight="400" style="normal">NotoSansOlChiki-Regular.ttf</font> </family> <family> @@ -293,6 +308,9 @@ <font weight="400" style="normal">NotoSansSylotiNagri-Regular.ttf</font> </family> <family> + <font weight="400" style="normal">NotoSansSyriacEstrangela-Regular.ttf</font> + </family> + <family> <font weight="400" style="normal">NotoSansTagbanwa-Regular.ttf</font> </family> <family> @@ -305,6 +323,9 @@ <font weight="400" style="normal">NotoSansTifinagh-Regular.ttf</font> </family> <family> + <font weight="400" style="normal">NotoSansVai-Regular.ttf</font> + </family> + <family> <font weight="400" style="normal">NotoSansYi-Regular.ttf</font> </family> <family lang="zh-Hans"> @@ -335,10 +356,13 @@ <font weight="400" style="normal">MTLmr3m.ttf</font> </family> <!-- - Noto Sans Tai Le is intentionally kept last, to make sure it doesn't override + Tai Le and Mongolian are intentionally kept last, to make sure they don't override the East Asian punctuation for Chinese. --> <family> <font weight="400" style="normal">NotoSansTaiLe-Regular.ttf</font> </family> + <family> + <font weight="400" style="normal">NotoSansMongolian-Regular.ttf</font> + </family> </familyset> |