2014-08-07 13:52:37 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-08-25 13:47:16 -07:00
|
|
|
<!--
|
2017-02-24 10:16:40 -08:00
|
|
|
WARNING: Parsing of this file by third-party apps is not supported. The
|
|
|
|
file, and the font files it refers to, will be renamed and/or moved out
|
|
|
|
from their respective location in the next Android release, and/or the
|
2017-03-28 16:16:41 -07:00
|
|
|
format or syntax of the file may change significantly. If you parse this
|
|
|
|
file for information about system fonts, do it at your own risk. Your
|
|
|
|
application will almost certainly break with the next major Android
|
|
|
|
release.
|
2017-02-24 10:16:40 -08:00
|
|
|
|
|
|
|
In this file, all fonts without names are added to the default list.
|
|
|
|
Fonts are chosen based on a match: full BCP-47 language tag including
|
|
|
|
script, then just language, and finally order (the first font containing
|
|
|
|
the glyph).
|
2014-08-25 13:47:16 -07:00
|
|
|
|
|
|
|
Order of appearance is also the tiebreaker for weight matching. This is
|
|
|
|
the reason why the 900 weights of Roboto precede the 700 weights - we
|
|
|
|
prefer the former when an 800 weight is requested. Since bold spans
|
|
|
|
effectively add 300 to the weight, this ensures that 900 is the bold
|
|
|
|
paired with the 500 weight, ensuring adequate contrast.
|
|
|
|
-->
|
2014-08-07 13:52:37 -07:00
|
|
|
<familyset version="22">
|
|
|
|
<!-- first font is default -->
|
|
|
|
<family name="sans-serif">
|
|
|
|
<font weight="100" style="normal">Roboto-Thin.ttf</font>
|
|
|
|
<font weight="100" style="italic">Roboto-ThinItalic.ttf</font>
|
|
|
|
<font weight="300" style="normal">Roboto-Light.ttf</font>
|
|
|
|
<font weight="300" style="italic">Roboto-LightItalic.ttf</font>
|
|
|
|
<font weight="400" style="normal">Roboto-Regular.ttf</font>
|
|
|
|
<font weight="400" style="italic">Roboto-Italic.ttf</font>
|
|
|
|
<font weight="500" style="normal">Roboto-Medium.ttf</font>
|
|
|
|
<font weight="500" style="italic">Roboto-MediumItalic.ttf</font>
|
|
|
|
<font weight="900" style="normal">Roboto-Black.ttf</font>
|
|
|
|
<font weight="900" style="italic">Roboto-BlackItalic.ttf</font>
|
2014-08-25 13:47:16 -07:00
|
|
|
<font weight="700" style="normal">Roboto-Bold.ttf</font>
|
|
|
|
<font weight="700" style="italic">Roboto-BoldItalic.ttf</font>
|
2014-08-07 13:52:37 -07:00
|
|
|
</family>
|
|
|
|
|
|
|
|
<!-- Note that aliases must come after the fonts they reference. -->
|
|
|
|
<alias name="sans-serif-thin" to="sans-serif" weight="100" />
|
|
|
|
<alias name="sans-serif-light" to="sans-serif" weight="300" />
|
2014-08-25 13:47:16 -07:00
|
|
|
<alias name="sans-serif-medium" to="sans-serif" weight="500" />
|
2014-08-07 13:52:37 -07:00
|
|
|
<alias name="sans-serif-black" to="sans-serif" weight="900" />
|
|
|
|
<alias name="arial" to="sans-serif" />
|
|
|
|
<alias name="helvetica" to="sans-serif" />
|
|
|
|
<alias name="tahoma" to="sans-serif" />
|
|
|
|
<alias name="verdana" to="sans-serif" />
|
|
|
|
|
|
|
|
<family name="sans-serif-condensed">
|
|
|
|
<font weight="300" style="normal">RobotoCondensed-Light.ttf</font>
|
|
|
|
<font weight="300" style="italic">RobotoCondensed-LightItalic.ttf</font>
|
|
|
|
<font weight="400" style="normal">RobotoCondensed-Regular.ttf</font>
|
|
|
|
<font weight="400" style="italic">RobotoCondensed-Italic.ttf</font>
|
|
|
|
<font weight="700" style="normal">RobotoCondensed-Bold.ttf</font>
|
|
|
|
<font weight="700" style="italic">RobotoCondensed-BoldItalic.ttf</font>
|
|
|
|
</family>
|
|
|
|
<alias name="sans-serif-condensed-light" to="sans-serif-condensed" weight="300" />
|
|
|
|
|
|
|
|
<family name="serif">
|
|
|
|
<font weight="400" style="normal">NotoSerif-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSerif-Bold.ttf</font>
|
|
|
|
<font weight="400" style="italic">NotoSerif-Italic.ttf</font>
|
|
|
|
<font weight="700" style="italic">NotoSerif-BoldItalic.ttf</font>
|
|
|
|
</family>
|
|
|
|
<alias name="times" to="serif" />
|
|
|
|
<alias name="times new roman" to="serif" />
|
|
|
|
<alias name="palatino" to="serif" />
|
|
|
|
<alias name="georgia" to="serif" />
|
|
|
|
<alias name="baskerville" to="serif" />
|
|
|
|
<alias name="goudy" to="serif" />
|
|
|
|
<alias name="fantasy" to="serif" />
|
|
|
|
<alias name="ITC Stone Serif" to="serif" />
|
|
|
|
|
|
|
|
<family name="monospace">
|
|
|
|
<font weight="400" style="normal">DroidSansMono.ttf</font>
|
|
|
|
</family>
|
2014-10-10 12:52:25 -07:00
|
|
|
<alias name="sans-serif-monospace" to="monospace" />
|
2014-08-07 13:52:37 -07:00
|
|
|
<alias name="monaco" to="monospace" />
|
|
|
|
|
2014-10-10 12:52:25 -07:00
|
|
|
<family name="serif-monospace">
|
|
|
|
<font weight="400" style="normal">CutiveMono.ttf</font>
|
|
|
|
</family>
|
|
|
|
<alias name="courier" to="serif-monospace" />
|
|
|
|
<alias name="courier new" to="serif-monospace" />
|
|
|
|
|
2014-08-07 13:52:37 -07:00
|
|
|
<family name="casual">
|
|
|
|
<font weight="400" style="normal">ComingSoon.ttf</font>
|
|
|
|
</family>
|
|
|
|
|
|
|
|
<family name="cursive">
|
|
|
|
<font weight="400" style="normal">DancingScript-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">DancingScript-Bold.ttf</font>
|
|
|
|
</family>
|
|
|
|
|
|
|
|
<family name="sans-serif-smallcaps">
|
|
|
|
<font weight="400" style="normal">CarroisGothicSC-Regular.ttf</font>
|
|
|
|
</family>
|
|
|
|
|
|
|
|
<!-- fallback fonts -->
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Arab" variant="elegant">
|
2015-05-16 20:50:06 -07:00
|
|
|
<font weight="400" style="normal">NotoNaskhArabic-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoNaskhArabic-Bold.ttf</font>
|
2014-08-07 13:52:37 -07:00
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Arab" variant="compact">
|
2015-05-16 20:50:06 -07:00
|
|
|
<font weight="400" style="normal">NotoNaskhArabicUI-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoNaskhArabicUI-Bold.ttf</font>
|
2014-08-07 13:52:37 -07:00
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Ethi">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansEthiopic-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansEthiopic-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Hebr">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansHebrew-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansHebrew-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Thai" variant="elegant">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansThai-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansThai-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Thai" variant="compact">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansThaiUI-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansThaiUI-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Armn">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansArmenian-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansArmenian-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<!-- TODO: add Geok -->
|
|
|
|
<family lang="und-Geor">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansGeorgian-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansGeorgian-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Deva" variant="elegant">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansDevanagari-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansDevanagari-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Deva" variant="compact">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansDevanagariUI-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansDevanagariUI-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
|
|
|
|
<!-- All scripts of India should come after Devanagari, due to shared
|
|
|
|
danda characters.
|
|
|
|
-->
|
|
|
|
<family lang="und-Gujr" variant="elegant">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansGujarati-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansGujarati-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Gujr" variant="compact">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansGujaratiUI-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansGujaratiUI-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Guru" variant="elegant">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansGurmukhi-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansGurmukhi-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Guru" variant="compact">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansGurmukhiUI-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansGurmukhiUI-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Taml" variant="elegant">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansTamil-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansTamil-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Taml" variant="compact">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansTamilUI-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansTamilUI-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Mlym" variant="elegant">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansMalayalam-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansMalayalam-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Mlym" variant="compact">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansMalayalamUI-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansMalayalamUI-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Beng" variant="elegant">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansBengali-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansBengali-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Beng" variant="compact">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansBengaliUI-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansBengaliUI-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Telu" variant="elegant">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansTelugu-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansTelugu-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Telu" variant="compact">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansTeluguUI-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansTeluguUI-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Knda" variant="elegant">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansKannada-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansKannada-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Knda" variant="compact">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansKannadaUI-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansKannadaUI-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Orya" variant="elegant">
|
2015-04-06 12:23:57 -07:00
|
|
|
<font weight="400" style="normal">NotoSansOriya-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansOriya-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Orya" variant="compact">
|
2015-04-06 12:23:57 -07:00
|
|
|
<font weight="400" style="normal">NotoSansOriyaUI-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansOriyaUI-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
|
|
|
|
<family lang="und-Sinh">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansSinhala-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansSinhala-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Khmr" variant="elegant">
|
2017-03-17 14:56:17 -07:00
|
|
|
<font weight="100" style="normal">NotoSansKhmer-VF.ttf
|
|
|
|
<axis tag="wdth" stylevalue="100.0" />
|
|
|
|
<axis tag="wght" stylevalue="26.0" />
|
|
|
|
</font>
|
|
|
|
<font weight="200" style="normal">NotoSansKhmer-VF.ttf
|
|
|
|
<axis tag="wdth" stylevalue="100.0" />
|
|
|
|
<axis tag="wght" stylevalue="39.0" />
|
|
|
|
</font>
|
|
|
|
<font weight="300" style="normal">NotoSansKhmer-VF.ttf
|
|
|
|
<axis tag="wdth" stylevalue="100.0" />
|
|
|
|
<axis tag="wght" stylevalue="58.0" />
|
|
|
|
</font>
|
|
|
|
<font weight="400" style="normal">NotoSansKhmer-VF.ttf
|
|
|
|
<axis tag="wdth" stylevalue="100.0" />
|
|
|
|
<axis tag="wght" stylevalue="90.0" />
|
|
|
|
</font>
|
|
|
|
<font weight="500" style="normal">NotoSansKhmer-VF.ttf
|
|
|
|
<axis tag="wdth" stylevalue="100.0" />
|
|
|
|
<axis tag="wght" stylevalue="108.0" />
|
|
|
|
</font>
|
|
|
|
<font weight="600" style="normal">NotoSansKhmer-VF.ttf
|
|
|
|
<axis tag="wdth" stylevalue="100.0" />
|
|
|
|
<axis tag="wght" stylevalue="128.0" />
|
|
|
|
</font>
|
|
|
|
<font weight="700" style="normal">NotoSansKhmer-VF.ttf
|
|
|
|
<axis tag="wdth" stylevalue="100.0" />
|
|
|
|
<axis tag="wght" stylevalue="151.0" />
|
|
|
|
</font>
|
|
|
|
<font weight="800" style="normal">NotoSansKhmer-VF.ttf
|
|
|
|
<axis tag="wdth" stylevalue="100.0" />
|
|
|
|
<axis tag="wght" stylevalue="169.0" />
|
|
|
|
</font>
|
|
|
|
<font weight="900" style="normal">NotoSansKhmer-VF.ttf
|
|
|
|
<axis tag="wdth" stylevalue="100.0" />
|
|
|
|
<axis tag="wght" stylevalue="190.0" />
|
|
|
|
</font>
|
2014-08-07 13:52:37 -07:00
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Khmr" variant="compact">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansKhmerUI-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansKhmerUI-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Laoo" variant="elegant">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansLao-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansLao-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Laoo" variant="compact">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansLaoUI-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansLaoUI-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Mymr" variant="elegant">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansMyanmar-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansMyanmar-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Mymr" variant="compact">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansMyanmarUI-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansMyanmarUI-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Thaa">
|
Use fonts for smaller languages of South and Southeast Asia.
Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,
Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,
Syloti Nagri, Tagbanwa, and Thaana scripts are added.
Bug: 17686019
Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
2014-10-01 22:12:36 -07:00
|
|
|
<font weight="400" style="normal">NotoSansThaana-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansThaana-Bold.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Cham">
|
Add 8 more scripts to the font fallback chain.
Fonts for Cham, Coptic, Glagolitic, Kayah Li, Tai Le, Tai Tham, Tai
Viet, and Tifinagh scripts are added to the fallback chain.
This would enable or improve display of texts in Berber languages,
Cham, Church Slavonic, Coptic, Kayah languages, Khün, Northern Thai,
Tai Dam, Tai Dón, Tai Lü, Tai Nüa, and Thai Song.
Bug: 17686019
Change-Id: I689393bc03f3957e1025ac08ab31961a6c6bc24d
2014-11-25 15:06:27 -08:00
|
|
|
<font weight="400" style="normal">NotoSansCham-Regular.ttf</font>
|
|
|
|
<font weight="700" style="normal">NotoSansCham-Bold.ttf</font>
|
|
|
|
</family>
|
2017-04-13 16:04:47 -07:00
|
|
|
<family lang="und-Adlm">
|
|
|
|
<font weight="400" style="normal">NotoSansAdlam-Regular.ttf</font>
|
|
|
|
</family>
|
Add 25 Noto fonts for historic scripts to fonts.xml
Fonts for Avestan, Brahmi, Carian, Cuneiform, Cypriot, Deseret,
Egyptian Hieroglyphs, Gothic, Imperial Aramaic, Inscriptional
Pahlavi, Inscriptional Parthian, Kaithi, Kharoshthi, Linear B,
Lycian, Lydian, Ogham, Old Italic, Old Persian, Old South Arabian,
Old Turkic, Osmanya, Phoenician, Shavian, and Ugaritic have been
added to fonts.xml.
Test: Manual
Bug: 32046261
Change-Id: I3e8a0cc5b066d88f0655daf99320a992037d9082
2017-03-13 15:03:38 -07:00
|
|
|
<family lang="und-Avst">
|
|
|
|
<font weight="400" style="normal">NotoSansAvestan-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Bali">
|
Use fonts for smaller languages of South and Southeast Asia.
Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,
Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,
Syloti Nagri, Tagbanwa, and Thaana scripts are added.
Bug: 17686019
Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
2014-10-01 22:12:36 -07:00
|
|
|
<font weight="400" style="normal">NotoSansBalinese-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Bamu">
|
2015-04-13 16:01:33 -07:00
|
|
|
<font weight="400" style="normal">NotoSansBamum-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Batk">
|
Use fonts for smaller languages of South and Southeast Asia.
Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,
Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,
Syloti Nagri, Tagbanwa, and Thaana scripts are added.
Bug: 17686019
Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
2014-10-01 22:12:36 -07:00
|
|
|
<font weight="400" style="normal">NotoSansBatak-Regular.ttf</font>
|
|
|
|
</family>
|
Add 25 Noto fonts for historic scripts to fonts.xml
Fonts for Avestan, Brahmi, Carian, Cuneiform, Cypriot, Deseret,
Egyptian Hieroglyphs, Gothic, Imperial Aramaic, Inscriptional
Pahlavi, Inscriptional Parthian, Kaithi, Kharoshthi, Linear B,
Lycian, Lydian, Ogham, Old Italic, Old Persian, Old South Arabian,
Old Turkic, Osmanya, Phoenician, Shavian, and Ugaritic have been
added to fonts.xml.
Test: Manual
Bug: 32046261
Change-Id: I3e8a0cc5b066d88f0655daf99320a992037d9082
2017-03-13 15:03:38 -07:00
|
|
|
<family lang="und-Brah">
|
|
|
|
<font weight="400" style="normal">NotoSansBrahmi-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Bugi">
|
Use fonts for smaller languages of South and Southeast Asia.
Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,
Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,
Syloti Nagri, Tagbanwa, and Thaana scripts are added.
Bug: 17686019
Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
2014-10-01 22:12:36 -07:00
|
|
|
<font weight="400" style="normal">NotoSansBuginese-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Buhd">
|
Use fonts for smaller languages of South and Southeast Asia.
Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,
Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,
Syloti Nagri, Tagbanwa, and Thaana scripts are added.
Bug: 17686019
Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
2014-10-01 22:12:36 -07:00
|
|
|
<font weight="400" style="normal">NotoSansBuhid-Regular.ttf</font>
|
2014-08-07 13:52:37 -07:00
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Cans">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansCanadianAboriginal-Regular.ttf</font>
|
|
|
|
</family>
|
Add 25 Noto fonts for historic scripts to fonts.xml
Fonts for Avestan, Brahmi, Carian, Cuneiform, Cypriot, Deseret,
Egyptian Hieroglyphs, Gothic, Imperial Aramaic, Inscriptional
Pahlavi, Inscriptional Parthian, Kaithi, Kharoshthi, Linear B,
Lycian, Lydian, Ogham, Old Italic, Old Persian, Old South Arabian,
Old Turkic, Osmanya, Phoenician, Shavian, and Ugaritic have been
added to fonts.xml.
Test: Manual
Bug: 32046261
Change-Id: I3e8a0cc5b066d88f0655daf99320a992037d9082
2017-03-13 15:03:38 -07:00
|
|
|
<family lang="und-Cari">
|
|
|
|
<font weight="400" style="normal">NotoSansCarian-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Cher">
|
Use fonts for smaller languages of South and Southeast Asia.
Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,
Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,
Syloti Nagri, Tagbanwa, and Thaana scripts are added.
Bug: 17686019
Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
2014-10-01 22:12:36 -07:00
|
|
|
<font weight="400" style="normal">NotoSansCherokee-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Copt">
|
Add 8 more scripts to the font fallback chain.
Fonts for Cham, Coptic, Glagolitic, Kayah Li, Tai Le, Tai Tham, Tai
Viet, and Tifinagh scripts are added to the fallback chain.
This would enable or improve display of texts in Berber languages,
Cham, Church Slavonic, Coptic, Kayah languages, Khün, Northern Thai,
Tai Dam, Tai Dón, Tai Lü, Tai Nüa, and Thai Song.
Bug: 17686019
Change-Id: I689393bc03f3957e1025ac08ab31961a6c6bc24d
2014-11-25 15:06:27 -08:00
|
|
|
<font weight="400" style="normal">NotoSansCoptic-Regular.ttf</font>
|
|
|
|
</family>
|
Add 25 Noto fonts for historic scripts to fonts.xml
Fonts for Avestan, Brahmi, Carian, Cuneiform, Cypriot, Deseret,
Egyptian Hieroglyphs, Gothic, Imperial Aramaic, Inscriptional
Pahlavi, Inscriptional Parthian, Kaithi, Kharoshthi, Linear B,
Lycian, Lydian, Ogham, Old Italic, Old Persian, Old South Arabian,
Old Turkic, Osmanya, Phoenician, Shavian, and Ugaritic have been
added to fonts.xml.
Test: Manual
Bug: 32046261
Change-Id: I3e8a0cc5b066d88f0655daf99320a992037d9082
2017-03-13 15:03:38 -07:00
|
|
|
<family lang="und-Xsux">
|
|
|
|
<font weight="400" style="normal">NotoSansCuneiform-Regular.ttf</font>
|
|
|
|
</family>
|
|
|
|
<family lang="und-Cprt">
|
|
|
|
<font weight="400" style="normal">NotoSansCypriot-Regular.ttf</font>
|
|
|
|
</family>
|
|
|
|
<family lang="und-Dsrt">
|
|
|
|
<font weight="400" style="normal">NotoSansDeseret-Regular.ttf</font>
|
|
|
|
</family>
|
|
|
|
<family lang="und-Egyp">
|
|
|
|
<font weight="400" style="normal">NotoSansEgyptianHieroglyphs-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Glag">
|
Add 8 more scripts to the font fallback chain.
Fonts for Cham, Coptic, Glagolitic, Kayah Li, Tai Le, Tai Tham, Tai
Viet, and Tifinagh scripts are added to the fallback chain.
This would enable or improve display of texts in Berber languages,
Cham, Church Slavonic, Coptic, Kayah languages, Khün, Northern Thai,
Tai Dam, Tai Dón, Tai Lü, Tai Nüa, and Thai Song.
Bug: 17686019
Change-Id: I689393bc03f3957e1025ac08ab31961a6c6bc24d
2014-11-25 15:06:27 -08:00
|
|
|
<font weight="400" style="normal">NotoSansGlagolitic-Regular.ttf</font>
|
|
|
|
</family>
|
Add 25 Noto fonts for historic scripts to fonts.xml
Fonts for Avestan, Brahmi, Carian, Cuneiform, Cypriot, Deseret,
Egyptian Hieroglyphs, Gothic, Imperial Aramaic, Inscriptional
Pahlavi, Inscriptional Parthian, Kaithi, Kharoshthi, Linear B,
Lycian, Lydian, Ogham, Old Italic, Old Persian, Old South Arabian,
Old Turkic, Osmanya, Phoenician, Shavian, and Ugaritic have been
added to fonts.xml.
Test: Manual
Bug: 32046261
Change-Id: I3e8a0cc5b066d88f0655daf99320a992037d9082
2017-03-13 15:03:38 -07:00
|
|
|
<family lang="und-Goth">
|
|
|
|
<font weight="400" style="normal">NotoSansGothic-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Hano">
|
Use fonts for smaller languages of South and Southeast Asia.
Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,
Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,
Syloti Nagri, Tagbanwa, and Thaana scripts are added.
Bug: 17686019
Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
2014-10-01 22:12:36 -07:00
|
|
|
<font weight="400" style="normal">NotoSansHanunoo-Regular.ttf</font>
|
|
|
|
</family>
|
Add 25 Noto fonts for historic scripts to fonts.xml
Fonts for Avestan, Brahmi, Carian, Cuneiform, Cypriot, Deseret,
Egyptian Hieroglyphs, Gothic, Imperial Aramaic, Inscriptional
Pahlavi, Inscriptional Parthian, Kaithi, Kharoshthi, Linear B,
Lycian, Lydian, Ogham, Old Italic, Old Persian, Old South Arabian,
Old Turkic, Osmanya, Phoenician, Shavian, and Ugaritic have been
added to fonts.xml.
Test: Manual
Bug: 32046261
Change-Id: I3e8a0cc5b066d88f0655daf99320a992037d9082
2017-03-13 15:03:38 -07:00
|
|
|
<family lang="und-Armi">
|
|
|
|
<font weight="400" style="normal">NotoSansImperialAramaic-Regular.ttf</font>
|
|
|
|
</family>
|
|
|
|
<family lang="und-Phli">
|
|
|
|
<font weight="400" style="normal">NotoSansInscriptionalPahlavi-Regular.ttf</font>
|
|
|
|
</family>
|
|
|
|
<family lang="und-Prti">
|
|
|
|
<font weight="400" style="normal">NotoSansInscriptionalParthian-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Java">
|
Use fonts for smaller languages of South and Southeast Asia.
Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,
Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,
Syloti Nagri, Tagbanwa, and Thaana scripts are added.
Bug: 17686019
Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
2014-10-01 22:12:36 -07:00
|
|
|
<font weight="400" style="normal">NotoSansJavanese-Regular.ttf</font>
|
|
|
|
</family>
|
Add 25 Noto fonts for historic scripts to fonts.xml
Fonts for Avestan, Brahmi, Carian, Cuneiform, Cypriot, Deseret,
Egyptian Hieroglyphs, Gothic, Imperial Aramaic, Inscriptional
Pahlavi, Inscriptional Parthian, Kaithi, Kharoshthi, Linear B,
Lycian, Lydian, Ogham, Old Italic, Old Persian, Old South Arabian,
Old Turkic, Osmanya, Phoenician, Shavian, and Ugaritic have been
added to fonts.xml.
Test: Manual
Bug: 32046261
Change-Id: I3e8a0cc5b066d88f0655daf99320a992037d9082
2017-03-13 15:03:38 -07:00
|
|
|
<family lang="und-Kthi">
|
|
|
|
<font weight="400" style="normal">NotoSansKaithi-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Kali">
|
Add 8 more scripts to the font fallback chain.
Fonts for Cham, Coptic, Glagolitic, Kayah Li, Tai Le, Tai Tham, Tai
Viet, and Tifinagh scripts are added to the fallback chain.
This would enable or improve display of texts in Berber languages,
Cham, Church Slavonic, Coptic, Kayah languages, Khün, Northern Thai,
Tai Dam, Tai Dón, Tai Lü, Tai Nüa, and Thai Song.
Bug: 17686019
Change-Id: I689393bc03f3957e1025ac08ab31961a6c6bc24d
2014-11-25 15:06:27 -08:00
|
|
|
<font weight="400" style="normal">NotoSansKayahLi-Regular.ttf</font>
|
|
|
|
</family>
|
Add 25 Noto fonts for historic scripts to fonts.xml
Fonts for Avestan, Brahmi, Carian, Cuneiform, Cypriot, Deseret,
Egyptian Hieroglyphs, Gothic, Imperial Aramaic, Inscriptional
Pahlavi, Inscriptional Parthian, Kaithi, Kharoshthi, Linear B,
Lycian, Lydian, Ogham, Old Italic, Old Persian, Old South Arabian,
Old Turkic, Osmanya, Phoenician, Shavian, and Ugaritic have been
added to fonts.xml.
Test: Manual
Bug: 32046261
Change-Id: I3e8a0cc5b066d88f0655daf99320a992037d9082
2017-03-13 15:03:38 -07:00
|
|
|
<family lang="und-Khar">
|
|
|
|
<font weight="400" style="normal">NotoSansKharoshthi-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Lepc">
|
Use fonts for smaller languages of South and Southeast Asia.
Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,
Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,
Syloti Nagri, Tagbanwa, and Thaana scripts are added.
Bug: 17686019
Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
2014-10-01 22:12:36 -07:00
|
|
|
<font weight="400" style="normal">NotoSansLepcha-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Limb">
|
Use fonts for smaller languages of South and Southeast Asia.
Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,
Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,
Syloti Nagri, Tagbanwa, and Thaana scripts are added.
Bug: 17686019
Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
2014-10-01 22:12:36 -07:00
|
|
|
<font weight="400" style="normal">NotoSansLimbu-Regular.ttf</font>
|
|
|
|
</family>
|
Add 25 Noto fonts for historic scripts to fonts.xml
Fonts for Avestan, Brahmi, Carian, Cuneiform, Cypriot, Deseret,
Egyptian Hieroglyphs, Gothic, Imperial Aramaic, Inscriptional
Pahlavi, Inscriptional Parthian, Kaithi, Kharoshthi, Linear B,
Lycian, Lydian, Ogham, Old Italic, Old Persian, Old South Arabian,
Old Turkic, Osmanya, Phoenician, Shavian, and Ugaritic have been
added to fonts.xml.
Test: Manual
Bug: 32046261
Change-Id: I3e8a0cc5b066d88f0655daf99320a992037d9082
2017-03-13 15:03:38 -07:00
|
|
|
<family lang="und-Linb">
|
|
|
|
<font weight="400" style="normal">NotoSansLinearB-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Lisu">
|
2015-04-13 16:01:33 -07:00
|
|
|
<font weight="400" style="normal">NotoSansLisu-Regular.ttf</font>
|
|
|
|
</family>
|
Add 25 Noto fonts for historic scripts to fonts.xml
Fonts for Avestan, Brahmi, Carian, Cuneiform, Cypriot, Deseret,
Egyptian Hieroglyphs, Gothic, Imperial Aramaic, Inscriptional
Pahlavi, Inscriptional Parthian, Kaithi, Kharoshthi, Linear B,
Lycian, Lydian, Ogham, Old Italic, Old Persian, Old South Arabian,
Old Turkic, Osmanya, Phoenician, Shavian, and Ugaritic have been
added to fonts.xml.
Test: Manual
Bug: 32046261
Change-Id: I3e8a0cc5b066d88f0655daf99320a992037d9082
2017-03-13 15:03:38 -07:00
|
|
|
<family lang="und-Lyci">
|
|
|
|
<font weight="400" style="normal">NotoSansLycian-Regular.ttf</font>
|
|
|
|
</family>
|
|
|
|
<family lang="und-Lydi">
|
|
|
|
<font weight="400" style="normal">NotoSansLydian-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Mand">
|
2015-04-13 16:01:33 -07:00
|
|
|
<font weight="400" style="normal">NotoSansMandaic-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Mtei">
|
Use fonts for smaller languages of South and Southeast Asia.
Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,
Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,
Syloti Nagri, Tagbanwa, and Thaana scripts are added.
Bug: 17686019
Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
2014-10-01 22:12:36 -07:00
|
|
|
<font weight="400" style="normal">NotoSansMeeteiMayek-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Talu">
|
2015-04-13 16:01:33 -07:00
|
|
|
<font weight="400" style="normal">NotoSansNewTaiLue-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Nkoo">
|
2015-04-13 16:01:33 -07:00
|
|
|
<font weight="400" style="normal">NotoSansNKo-Regular.ttf</font>
|
|
|
|
</family>
|
Add 25 Noto fonts for historic scripts to fonts.xml
Fonts for Avestan, Brahmi, Carian, Cuneiform, Cypriot, Deseret,
Egyptian Hieroglyphs, Gothic, Imperial Aramaic, Inscriptional
Pahlavi, Inscriptional Parthian, Kaithi, Kharoshthi, Linear B,
Lycian, Lydian, Ogham, Old Italic, Old Persian, Old South Arabian,
Old Turkic, Osmanya, Phoenician, Shavian, and Ugaritic have been
added to fonts.xml.
Test: Manual
Bug: 32046261
Change-Id: I3e8a0cc5b066d88f0655daf99320a992037d9082
2017-03-13 15:03:38 -07:00
|
|
|
<family lang="und-Ogam">
|
|
|
|
<font weight="400" style="normal">NotoSansOgham-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Olck">
|
Use fonts for smaller languages of South and Southeast Asia.
Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,
Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,
Syloti Nagri, Tagbanwa, and Thaana scripts are added.
Bug: 17686019
Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
2014-10-01 22:12:36 -07:00
|
|
|
<font weight="400" style="normal">NotoSansOlChiki-Regular.ttf</font>
|
|
|
|
</family>
|
Add 25 Noto fonts for historic scripts to fonts.xml
Fonts for Avestan, Brahmi, Carian, Cuneiform, Cypriot, Deseret,
Egyptian Hieroglyphs, Gothic, Imperial Aramaic, Inscriptional
Pahlavi, Inscriptional Parthian, Kaithi, Kharoshthi, Linear B,
Lycian, Lydian, Ogham, Old Italic, Old Persian, Old South Arabian,
Old Turkic, Osmanya, Phoenician, Shavian, and Ugaritic have been
added to fonts.xml.
Test: Manual
Bug: 32046261
Change-Id: I3e8a0cc5b066d88f0655daf99320a992037d9082
2017-03-13 15:03:38 -07:00
|
|
|
<family lang="und-Ital">
|
|
|
|
<font weight="400" style="normal">NotoSansOldItalic-Regular.ttf</font>
|
|
|
|
</family>
|
|
|
|
<family lang="und-Xpeo">
|
|
|
|
<font weight="400" style="normal">NotoSansOldPersian-Regular.ttf</font>
|
|
|
|
</family>
|
|
|
|
<family lang="und-Sarb">
|
|
|
|
<font weight="400" style="normal">NotoSansOldSouthArabian-Regular.ttf</font>
|
|
|
|
</family>
|
|
|
|
<family lang="und-Orkh">
|
|
|
|
<font weight="400" style="normal">NotoSansOldTurkic-Regular.ttf</font>
|
|
|
|
</family>
|
|
|
|
<family lang="und-Osma">
|
|
|
|
<font weight="400" style="normal">NotoSansOsmanya-Regular.ttf</font>
|
|
|
|
</family>
|
2016-12-19 15:13:12 -08:00
|
|
|
<family lang="und-Phag">
|
|
|
|
<font weight="400" style="normal">NotoSansPhagsPa-Regular.ttf</font>
|
|
|
|
</family>
|
Add 25 Noto fonts for historic scripts to fonts.xml
Fonts for Avestan, Brahmi, Carian, Cuneiform, Cypriot, Deseret,
Egyptian Hieroglyphs, Gothic, Imperial Aramaic, Inscriptional
Pahlavi, Inscriptional Parthian, Kaithi, Kharoshthi, Linear B,
Lycian, Lydian, Ogham, Old Italic, Old Persian, Old South Arabian,
Old Turkic, Osmanya, Phoenician, Shavian, and Ugaritic have been
added to fonts.xml.
Test: Manual
Bug: 32046261
Change-Id: I3e8a0cc5b066d88f0655daf99320a992037d9082
2017-03-13 15:03:38 -07:00
|
|
|
<family lang="und-Phnx">
|
|
|
|
<font weight="400" style="normal">NotoSansPhoenician-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Rjng">
|
Use fonts for smaller languages of South and Southeast Asia.
Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,
Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,
Syloti Nagri, Tagbanwa, and Thaana scripts are added.
Bug: 17686019
Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
2014-10-01 22:12:36 -07:00
|
|
|
<font weight="400" style="normal">NotoSansRejang-Regular.ttf</font>
|
|
|
|
</family>
|
2016-12-19 15:13:12 -08:00
|
|
|
<family lang="und-Runr">
|
|
|
|
<font weight="400" style="normal">NotoSansRunic-Regular.ttf</font>
|
|
|
|
</family>
|
|
|
|
<family lang="und-Samr">
|
|
|
|
<font weight="400" style="normal">NotoSansSamaritan-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Saur">
|
Use fonts for smaller languages of South and Southeast Asia.
Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,
Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,
Syloti Nagri, Tagbanwa, and Thaana scripts are added.
Bug: 17686019
Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
2014-10-01 22:12:36 -07:00
|
|
|
<font weight="400" style="normal">NotoSansSaurashtra-Regular.ttf</font>
|
|
|
|
</family>
|
Add 25 Noto fonts for historic scripts to fonts.xml
Fonts for Avestan, Brahmi, Carian, Cuneiform, Cypriot, Deseret,
Egyptian Hieroglyphs, Gothic, Imperial Aramaic, Inscriptional
Pahlavi, Inscriptional Parthian, Kaithi, Kharoshthi, Linear B,
Lycian, Lydian, Ogham, Old Italic, Old Persian, Old South Arabian,
Old Turkic, Osmanya, Phoenician, Shavian, and Ugaritic have been
added to fonts.xml.
Test: Manual
Bug: 32046261
Change-Id: I3e8a0cc5b066d88f0655daf99320a992037d9082
2017-03-13 15:03:38 -07:00
|
|
|
<family lang="und-Shaw">
|
|
|
|
<font weight="400" style="normal">NotoSansShavian-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Sund">
|
Use fonts for smaller languages of South and Southeast Asia.
Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,
Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,
Syloti Nagri, Tagbanwa, and Thaana scripts are added.
Bug: 17686019
Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
2014-10-01 22:12:36 -07:00
|
|
|
<font weight="400" style="normal">NotoSansSundanese-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Sylo">
|
Use fonts for smaller languages of South and Southeast Asia.
Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,
Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,
Syloti Nagri, Tagbanwa, and Thaana scripts are added.
Bug: 17686019
Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
2014-10-01 22:12:36 -07:00
|
|
|
<font weight="400" style="normal">NotoSansSylotiNagri-Regular.ttf</font>
|
|
|
|
</family>
|
2016-12-19 15:13:12 -08:00
|
|
|
<!-- Esrangela should precede Eastern and Western Syriac, since it's our default form. -->
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Syre">
|
2015-04-13 16:01:33 -07:00
|
|
|
<font weight="400" style="normal">NotoSansSyriacEstrangela-Regular.ttf</font>
|
|
|
|
</family>
|
2016-12-19 15:13:12 -08:00
|
|
|
<family lang="und-Syrn">
|
|
|
|
<font weight="400" style="normal">NotoSansSyriacEastern-Regular.ttf</font>
|
|
|
|
</family>
|
|
|
|
<family lang="und-Syrj">
|
|
|
|
<font weight="400" style="normal">NotoSansSyriacWestern-Regular.ttf</font>
|
|
|
|
</family>
|
|
|
|
<family lang="und-Tglg">
|
|
|
|
<font weight="400" style="normal">NotoSansTagalog-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Tagb">
|
Use fonts for smaller languages of South and Southeast Asia.
Fonts for Balinese, Batak, Buginese, Buhid, Hanunnoo, Javanese,
Lepcha, Limbu, Meetei Mayek, Ol Chiki, Rejang, Saurashtra, Sundanese,
Syloti Nagri, Tagbanwa, and Thaana scripts are added.
Bug: 17686019
Change-Id: I3fb783874920909e8725097481c9e7d8e35f42f8
2014-10-01 22:12:36 -07:00
|
|
|
<font weight="400" style="normal">NotoSansTagbanwa-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Lana">
|
Add 8 more scripts to the font fallback chain.
Fonts for Cham, Coptic, Glagolitic, Kayah Li, Tai Le, Tai Tham, Tai
Viet, and Tifinagh scripts are added to the fallback chain.
This would enable or improve display of texts in Berber languages,
Cham, Church Slavonic, Coptic, Kayah languages, Khün, Northern Thai,
Tai Dam, Tai Dón, Tai Lü, Tai Nüa, and Thai Song.
Bug: 17686019
Change-Id: I689393bc03f3957e1025ac08ab31961a6c6bc24d
2014-11-25 15:06:27 -08:00
|
|
|
<font weight="400" style="normal">NotoSansTaiTham-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Tavt">
|
Add 8 more scripts to the font fallback chain.
Fonts for Cham, Coptic, Glagolitic, Kayah Li, Tai Le, Tai Tham, Tai
Viet, and Tifinagh scripts are added to the fallback chain.
This would enable or improve display of texts in Berber languages,
Cham, Church Slavonic, Coptic, Kayah languages, Khün, Northern Thai,
Tai Dam, Tai Dón, Tai Lü, Tai Nüa, and Thai Song.
Bug: 17686019
Change-Id: I689393bc03f3957e1025ac08ab31961a6c6bc24d
2014-11-25 15:06:27 -08:00
|
|
|
<font weight="400" style="normal">NotoSansTaiViet-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Tibt">
|
2015-05-16 20:50:06 -07:00
|
|
|
<font weight="400" style="normal">NotoSansTibetan-Regular.ttf</font>
|
2016-04-13 19:10:35 -07:00
|
|
|
<font weight="700" style="normal">NotoSansTibetan-Bold.ttf</font>
|
2015-05-16 20:50:06 -07:00
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Tfng">
|
Add 8 more scripts to the font fallback chain.
Fonts for Cham, Coptic, Glagolitic, Kayah Li, Tai Le, Tai Tham, Tai
Viet, and Tifinagh scripts are added to the fallback chain.
This would enable or improve display of texts in Berber languages,
Cham, Church Slavonic, Coptic, Kayah languages, Khün, Northern Thai,
Tai Dam, Tai Dón, Tai Lü, Tai Nüa, and Thai Song.
Bug: 17686019
Change-Id: I689393bc03f3957e1025ac08ab31961a6c6bc24d
2014-11-25 15:06:27 -08:00
|
|
|
<font weight="400" style="normal">NotoSansTifinagh-Regular.ttf</font>
|
|
|
|
</family>
|
Add 25 Noto fonts for historic scripts to fonts.xml
Fonts for Avestan, Brahmi, Carian, Cuneiform, Cypriot, Deseret,
Egyptian Hieroglyphs, Gothic, Imperial Aramaic, Inscriptional
Pahlavi, Inscriptional Parthian, Kaithi, Kharoshthi, Linear B,
Lycian, Lydian, Ogham, Old Italic, Old Persian, Old South Arabian,
Old Turkic, Osmanya, Phoenician, Shavian, and Ugaritic have been
added to fonts.xml.
Test: Manual
Bug: 32046261
Change-Id: I3e8a0cc5b066d88f0655daf99320a992037d9082
2017-03-13 15:03:38 -07:00
|
|
|
<family lang="und-Ugar">
|
|
|
|
<font weight="400" style="normal">NotoSansUgaritic-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Vaii">
|
2015-04-13 16:01:33 -07:00
|
|
|
<font weight="400" style="normal">NotoSansVai-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Yiii">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoSansYi-Regular.ttf</font>
|
|
|
|
</family>
|
2015-06-04 15:22:11 -07:00
|
|
|
<family>
|
|
|
|
<font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted.ttf</font>
|
|
|
|
</family>
|
2014-08-07 13:52:37 -07:00
|
|
|
<family lang="zh-Hans">
|
2015-12-12 00:10:10 -05:00
|
|
|
<font weight="400" style="normal" index="2">NotoSansCJK-Regular.ttc</font>
|
2014-08-07 13:52:37 -07:00
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<!-- TODO: Add Bopo -->
|
2014-08-07 13:52:37 -07:00
|
|
|
<family lang="zh-Hant">
|
2015-12-12 00:10:10 -05:00
|
|
|
<font weight="400" style="normal" index="3">NotoSansCJK-Regular.ttc</font>
|
2014-08-07 13:52:37 -07:00
|
|
|
</family>
|
|
|
|
<family lang="ja">
|
2015-12-12 00:10:10 -05:00
|
|
|
<font weight="400" style="normal" index="0">NotoSansCJK-Regular.ttc</font>
|
2014-08-07 13:52:37 -07:00
|
|
|
</family>
|
|
|
|
<family lang="ko">
|
2015-12-12 00:10:10 -05:00
|
|
|
<font weight="400" style="normal" index="1">NotoSansCJK-Regular.ttc</font>
|
2014-08-07 13:52:37 -07:00
|
|
|
</family>
|
2015-12-22 13:23:58 +09:00
|
|
|
<family lang="und-Zsye">
|
2014-08-07 13:52:37 -07:00
|
|
|
<font weight="400" style="normal">NotoColorEmoji.ttf</font>
|
|
|
|
</family>
|
2016-09-07 14:37:30 +09:00
|
|
|
<family lang="und-Zsym">
|
2016-04-13 19:10:35 -07:00
|
|
|
<font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted2.ttf</font>
|
|
|
|
</family>
|
2015-02-11 15:45:49 -08:00
|
|
|
<!--
|
2015-04-13 16:01:33 -07:00
|
|
|
Tai Le and Mongolian are intentionally kept last, to make sure they don't override
|
2015-02-11 15:45:49 -08:00
|
|
|
the East Asian punctuation for Chinese.
|
|
|
|
-->
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Tale">
|
2015-02-11 15:45:49 -08:00
|
|
|
<font weight="400" style="normal">NotoSansTaiLe-Regular.ttf</font>
|
|
|
|
</family>
|
2016-03-09 21:36:28 -08:00
|
|
|
<family lang="und-Mong">
|
2015-04-13 16:01:33 -07:00
|
|
|
<font weight="400" style="normal">NotoSansMongolian-Regular.ttf</font>
|
|
|
|
</family>
|
2014-08-07 13:52:37 -07:00
|
|
|
</familyset>
|