blob: 44ea1c95ba40c6dda9d10d37eb59c34dd72560fb [file] [log] [blame]
Raph Levien8c1f9362014-08-07 13:52:37 -07001<?xml version="1.0" encoding="utf-8"?>
Raph Levien117cbeb2014-08-25 13:47:16 -07002<!--
3 NOTE: this is the newer (L) version of the system font configuration,
4 supporting richer weight selection. Some apps will expect the older
5 version, so please keep system_fonts.xml and fallback_fonts.xml in sync
6 with any changes, even though framework will only read this file.
7
8 All fonts withohut names are added to the default list. Fonts are chosen
9 based on a match: full BCP-47 language tag including script, then just
10 language, and finally order (the first font containing the glyph).
11
12 Order of appearance is also the tiebreaker for weight matching. This is
13 the reason why the 900 weights of Roboto precede the 700 weights - we
14 prefer the former when an 800 weight is requested. Since bold spans
15 effectively add 300 to the weight, this ensures that 900 is the bold
16 paired with the 500 weight, ensuring adequate contrast.
17-->
Raph Levien8c1f9362014-08-07 13:52:37 -070018<familyset version="22">
19 <!-- first font is default -->
20 <family name="sans-serif">
21 <font weight="100" style="normal">Roboto-Thin.ttf</font>
22 <font weight="100" style="italic">Roboto-ThinItalic.ttf</font>
23 <font weight="300" style="normal">Roboto-Light.ttf</font>
24 <font weight="300" style="italic">Roboto-LightItalic.ttf</font>
25 <font weight="400" style="normal">Roboto-Regular.ttf</font>
26 <font weight="400" style="italic">Roboto-Italic.ttf</font>
27 <font weight="500" style="normal">Roboto-Medium.ttf</font>
28 <font weight="500" style="italic">Roboto-MediumItalic.ttf</font>
Raph Levien8c1f9362014-08-07 13:52:37 -070029 <font weight="900" style="normal">Roboto-Black.ttf</font>
30 <font weight="900" style="italic">Roboto-BlackItalic.ttf</font>
Raph Levien117cbeb2014-08-25 13:47:16 -070031 <font weight="700" style="normal">Roboto-Bold.ttf</font>
32 <font weight="700" style="italic">Roboto-BoldItalic.ttf</font>
Raph Levien8c1f9362014-08-07 13:52:37 -070033 </family>
34
35 <!-- Note that aliases must come after the fonts they reference. -->
36 <alias name="sans-serif-thin" to="sans-serif" weight="100" />
37 <alias name="sans-serif-light" to="sans-serif" weight="300" />
Raph Levien117cbeb2014-08-25 13:47:16 -070038 <alias name="sans-serif-medium" to="sans-serif" weight="500" />
Raph Levien8c1f9362014-08-07 13:52:37 -070039 <alias name="sans-serif-black" to="sans-serif" weight="900" />
40 <alias name="arial" to="sans-serif" />
41 <alias name="helvetica" to="sans-serif" />
42 <alias name="tahoma" to="sans-serif" />
43 <alias name="verdana" to="sans-serif" />
44
45 <family name="sans-serif-condensed">
46 <font weight="300" style="normal">RobotoCondensed-Light.ttf</font>
47 <font weight="300" style="italic">RobotoCondensed-LightItalic.ttf</font>
48 <font weight="400" style="normal">RobotoCondensed-Regular.ttf</font>
49 <font weight="400" style="italic">RobotoCondensed-Italic.ttf</font>
50 <font weight="700" style="normal">RobotoCondensed-Bold.ttf</font>
51 <font weight="700" style="italic">RobotoCondensed-BoldItalic.ttf</font>
52 </family>
53 <alias name="sans-serif-condensed-light" to="sans-serif-condensed" weight="300" />
54
55 <family name="serif">
56 <font weight="400" style="normal">NotoSerif-Regular.ttf</font>
57 <font weight="700" style="normal">NotoSerif-Bold.ttf</font>
58 <font weight="400" style="italic">NotoSerif-Italic.ttf</font>
59 <font weight="700" style="italic">NotoSerif-BoldItalic.ttf</font>
60 </family>
61 <alias name="times" to="serif" />
62 <alias name="times new roman" to="serif" />
63 <alias name="palatino" to="serif" />
64 <alias name="georgia" to="serif" />
65 <alias name="baskerville" to="serif" />
66 <alias name="goudy" to="serif" />
67 <alias name="fantasy" to="serif" />
68 <alias name="ITC Stone Serif" to="serif" />
69
70 <family name="monospace">
71 <font weight="400" style="normal">DroidSansMono.ttf</font>
72 </family>
Alan Viverette4f9140b2014-10-10 12:52:25 -070073 <alias name="sans-serif-monospace" to="monospace" />
Raph Levien8c1f9362014-08-07 13:52:37 -070074 <alias name="monaco" to="monospace" />
75
Alan Viverette4f9140b2014-10-10 12:52:25 -070076 <family name="serif-monospace">
77 <font weight="400" style="normal">CutiveMono.ttf</font>
78 </family>
79 <alias name="courier" to="serif-monospace" />
80 <alias name="courier new" to="serif-monospace" />
81
Raph Levien8c1f9362014-08-07 13:52:37 -070082 <family name="casual">
83 <font weight="400" style="normal">ComingSoon.ttf</font>
84 </family>
85
86 <family name="cursive">
87 <font weight="400" style="normal">DancingScript-Regular.ttf</font>
88 <font weight="700" style="normal">DancingScript-Bold.ttf</font>
89 </family>
90
91 <family name="sans-serif-smallcaps">
92 <font weight="400" style="normal">CarroisGothicSC-Regular.ttf</font>
93 </family>
94
95 <!-- fallback fonts -->
96 <family variant="elegant">
97 <font weight="400" style="normal">NotoNaskh-Regular.ttf</font>
98 <font weight="700" style="normal">NotoNaskh-Bold.ttf</font>
99 </family>
100 <family variant="compact">
101 <font weight="400" style="normal">NotoNaskhUI-Regular.ttf</font>
102 <font weight="700" style="normal">NotoNaskhUI-Bold.ttf</font>
103 </family>
104 <family>
105 <font weight="400" style="normal">NotoSansEthiopic-Regular.ttf</font>
106 <font weight="700" style="normal">NotoSansEthiopic-Bold.ttf</font>
107 </family>
108 <family>
109 <font weight="400" style="normal">NotoSansHebrew-Regular.ttf</font>
110 <font weight="700" style="normal">NotoSansHebrew-Bold.ttf</font>
111 </family>
112 <family variant="elegant">
113 <font weight="400" style="normal">NotoSansThai-Regular.ttf</font>
114 <font weight="700" style="normal">NotoSansThai-Bold.ttf</font>
115 </family>
116 <family variant="compact">
117 <font weight="400" style="normal">NotoSansThaiUI-Regular.ttf</font>
118 <font weight="700" style="normal">NotoSansThaiUI-Bold.ttf</font>
119 </family>
120 <family>
121 <font weight="400" style="normal">NotoSansArmenian-Regular.ttf</font>
122 <font weight="700" style="normal">NotoSansArmenian-Bold.ttf</font>
123 </family>
124 <family>
125 <font weight="400" style="normal">NotoSansGeorgian-Regular.ttf</font>
126 <font weight="700" style="normal">NotoSansGeorgian-Bold.ttf</font>
127 </family>
128 <family variant="elegant">
129 <font weight="400" style="normal">NotoSansDevanagari-Regular.ttf</font>
130 <font weight="700" style="normal">NotoSansDevanagari-Bold.ttf</font>
131 </family>
132 <family variant="compact">
133 <font weight="400" style="normal">NotoSansDevanagariUI-Regular.ttf</font>
134 <font weight="700" style="normal">NotoSansDevanagariUI-Bold.ttf</font>
135 </family>
136 <!-- Gujarati should come after Devanagari -->
137 <family variant="elegant">
138 <font weight="400" style="normal">NotoSansGujarati-Regular.ttf</font>
139 <font weight="700" style="normal">NotoSansGujarati-Bold.ttf</font>
140 </family>
141 <family variant="compact">
142 <font weight="400" style="normal">NotoSansGujaratiUI-Regular.ttf</font>
143 <font weight="700" style="normal">NotoSansGujaratiUI-Bold.ttf</font>
144 </family>
145 <!-- Gurmukhi should come after Devanagari -->
146 <family variant="elegant">
147 <font weight="400" style="normal">NotoSansGurmukhi-Regular.ttf</font>
148 <font weight="700" style="normal">NotoSansGurmukhi-Bold.ttf</font>
149 </family>
150 <family variant="compact">
151 <font weight="400" style="normal">NotoSansGurmukhiUI-Regular.ttf</font>
152 <font weight="700" style="normal">NotoSansGurmukhiUI-Bold.ttf</font>
153 </family>
154 <family variant="elegant">
155 <font weight="400" style="normal">NotoSansTamil-Regular.ttf</font>
156 <font weight="700" style="normal">NotoSansTamil-Bold.ttf</font>
157 </family>
158 <family variant="compact">
159 <font weight="400" style="normal">NotoSansTamilUI-Regular.ttf</font>
160 <font weight="700" style="normal">NotoSansTamilUI-Bold.ttf</font>
161 </family>
162 <family variant="elegant">
163 <font weight="400" style="normal">NotoSansMalayalam-Regular.ttf</font>
164 <font weight="700" style="normal">NotoSansMalayalam-Bold.ttf</font>
165 </family>
166 <family variant="compact">
167 <font weight="400" style="normal">NotoSansMalayalamUI-Regular.ttf</font>
168 <font weight="700" style="normal">NotoSansMalayalamUI-Bold.ttf</font>
169 </family>
170 <family variant="elegant">
171 <font weight="400" style="normal">NotoSansBengali-Regular.ttf</font>
172 <font weight="700" style="normal">NotoSansBengali-Bold.ttf</font>
173 </family>
174 <family variant="compact">
175 <font weight="400" style="normal">NotoSansBengaliUI-Regular.ttf</font>
176 <font weight="700" style="normal">NotoSansBengaliUI-Bold.ttf</font>
177 </family>
178 <family variant="elegant">
179 <font weight="400" style="normal">NotoSansTelugu-Regular.ttf</font>
180 <font weight="700" style="normal">NotoSansTelugu-Bold.ttf</font>
181 </family>
182 <family variant="compact">
183 <font weight="400" style="normal">NotoSansTeluguUI-Regular.ttf</font>
184 <font weight="700" style="normal">NotoSansTeluguUI-Bold.ttf</font>
185 </family>
186 <family variant="elegant">
187 <font weight="400" style="normal">NotoSansKannada-Regular.ttf</font>
188 <font weight="700" style="normal">NotoSansKannada-Bold.ttf</font>
189 </family>
190 <family variant="compact">
191 <font weight="400" style="normal">NotoSansKannadaUI-Regular.ttf</font>
192 <font weight="700" style="normal">NotoSansKannadaUI-Bold.ttf</font>
193 </family>
Roozbeh Pournader9c5a1472015-04-06 12:23:57 -0700194 <family variant="elegant">
195 <font weight="400" style="normal">NotoSansOriya-Regular.ttf</font>
196 <font weight="700" style="normal">NotoSansOriya-Bold.ttf</font>
197 </family>
198 <family variant="compact">
199 <font weight="400" style="normal">NotoSansOriyaUI-Regular.ttf</font>
200 <font weight="700" style="normal">NotoSansOriyaUI-Bold.ttf</font>
201 </family>
Raph Levien8c1f9362014-08-07 13:52:37 -0700202 <family>
203 <font weight="400" style="normal">NotoSansSinhala-Regular.ttf</font>
204 <font weight="700" style="normal">NotoSansSinhala-Bold.ttf</font>
205 </family>
206 <family variant="elegant">
207 <font weight="400" style="normal">NotoSansKhmer-Regular.ttf</font>
208 <font weight="700" style="normal">NotoSansKhmer-Bold.ttf</font>
209 </family>
210 <family variant="compact">
211 <font weight="400" style="normal">NotoSansKhmerUI-Regular.ttf</font>
212 <font weight="700" style="normal">NotoSansKhmerUI-Bold.ttf</font>
213 </family>
214 <family variant="elegant">
215 <font weight="400" style="normal">NotoSansLao-Regular.ttf</font>
216 <font weight="700" style="normal">NotoSansLao-Bold.ttf</font>
217 </family>
218 <family variant="compact">
219 <font weight="400" style="normal">NotoSansLaoUI-Regular.ttf</font>
220 <font weight="700" style="normal">NotoSansLaoUI-Bold.ttf</font>
221 </family>
222 <family variant="elegant">
223 <font weight="400" style="normal">NotoSansMyanmar-Regular.ttf</font>
224 <font weight="700" style="normal">NotoSansMyanmar-Bold.ttf</font>
225 </family>
226 <family variant="compact">
227 <font weight="400" style="normal">NotoSansMyanmarUI-Regular.ttf</font>
228 <font weight="700" style="normal">NotoSansMyanmarUI-Bold.ttf</font>
229 </family>
230 <family>
Roozbeh Pournader2ff3ba52014-10-01 22:12:36 -0700231 <font weight="400" style="normal">NotoSansThaana-Regular.ttf</font>
232 <font weight="700" style="normal">NotoSansThaana-Bold.ttf</font>
233 </family>
234 <family>
Roozbeh Pournader7f45f6d2014-11-25 15:06:27 -0800235 <font weight="400" style="normal">NotoSansCham-Regular.ttf</font>
236 <font weight="700" style="normal">NotoSansCham-Bold.ttf</font>
237 </family>
238 <family>
Roozbeh Pournader2ff3ba52014-10-01 22:12:36 -0700239 <font weight="400" style="normal">NotoSansBalinese-Regular.ttf</font>
240 </family>
241 <family>
Roozbeh Pournadera2b60212015-04-13 16:01:33 -0700242 <font weight="400" style="normal">NotoSansBamum-Regular.ttf</font>
243 </family>
244 <family>
Roozbeh Pournader2ff3ba52014-10-01 22:12:36 -0700245 <font weight="400" style="normal">NotoSansBatak-Regular.ttf</font>
246 </family>
247 <family>
248 <font weight="400" style="normal">NotoSansBuginese-Regular.ttf</font>
249 </family>
250 <family>
251 <font weight="400" style="normal">NotoSansBuhid-Regular.ttf</font>
Raph Levien8c1f9362014-08-07 13:52:37 -0700252 </family>
253 <family>
254 <font weight="400" style="normal">NotoSansCanadianAboriginal-Regular.ttf</font>
255 </family>
256 <family>
Roozbeh Pournader2ff3ba52014-10-01 22:12:36 -0700257 <font weight="400" style="normal">NotoSansCherokee-Regular.ttf</font>
258 </family>
259 <family>
Roozbeh Pournader7f45f6d2014-11-25 15:06:27 -0800260 <font weight="400" style="normal">NotoSansCoptic-Regular.ttf</font>
261 </family>
262 <family>
263 <font weight="400" style="normal">NotoSansGlagolitic-Regular.ttf</font>
264 </family>
265 <family>
Roozbeh Pournader2ff3ba52014-10-01 22:12:36 -0700266 <font weight="400" style="normal">NotoSansHanunoo-Regular.ttf</font>
267 </family>
268 <family>
269 <font weight="400" style="normal">NotoSansJavanese-Regular.ttf</font>
270 </family>
271 <family>
Roozbeh Pournader7f45f6d2014-11-25 15:06:27 -0800272 <font weight="400" style="normal">NotoSansKayahLi-Regular.ttf</font>
273 </family>
274 <family>
Roozbeh Pournader2ff3ba52014-10-01 22:12:36 -0700275 <font weight="400" style="normal">NotoSansLepcha-Regular.ttf</font>
276 </family>
277 <family>
278 <font weight="400" style="normal">NotoSansLimbu-Regular.ttf</font>
279 </family>
280 <family>
Roozbeh Pournadera2b60212015-04-13 16:01:33 -0700281 <font weight="400" style="normal">NotoSansLisu-Regular.ttf</font>
282 </family>
283 <family>
284 <font weight="400" style="normal">NotoSansMandaic-Regular.ttf</font>
285 </family>
286 <family>
Roozbeh Pournader2ff3ba52014-10-01 22:12:36 -0700287 <font weight="400" style="normal">NotoSansMeeteiMayek-Regular.ttf</font>
288 </family>
289 <family>
Roozbeh Pournadera2b60212015-04-13 16:01:33 -0700290 <font weight="400" style="normal">NotoSansNewTaiLue-Regular.ttf</font>
291 </family>
292 <family>
293 <font weight="400" style="normal">NotoSansNKo-Regular.ttf</font>
294 </family>
295 <family>
Roozbeh Pournader2ff3ba52014-10-01 22:12:36 -0700296 <font weight="400" style="normal">NotoSansOlChiki-Regular.ttf</font>
297 </family>
298 <family>
299 <font weight="400" style="normal">NotoSansRejang-Regular.ttf</font>
300 </family>
301 <family>
302 <font weight="400" style="normal">NotoSansSaurashtra-Regular.ttf</font>
303 </family>
304 <family>
305 <font weight="400" style="normal">NotoSansSundanese-Regular.ttf</font>
306 </family>
307 <family>
308 <font weight="400" style="normal">NotoSansSylotiNagri-Regular.ttf</font>
309 </family>
310 <family>
Roozbeh Pournadera2b60212015-04-13 16:01:33 -0700311 <font weight="400" style="normal">NotoSansSyriacEstrangela-Regular.ttf</font>
312 </family>
313 <family>
Roozbeh Pournader2ff3ba52014-10-01 22:12:36 -0700314 <font weight="400" style="normal">NotoSansTagbanwa-Regular.ttf</font>
315 </family>
316 <family>
Roozbeh Pournader7f45f6d2014-11-25 15:06:27 -0800317 <font weight="400" style="normal">NotoSansTaiTham-Regular.ttf</font>
318 </family>
319 <family>
320 <font weight="400" style="normal">NotoSansTaiViet-Regular.ttf</font>
321 </family>
322 <family>
323 <font weight="400" style="normal">NotoSansTifinagh-Regular.ttf</font>
324 </family>
325 <family>
Roozbeh Pournadera2b60212015-04-13 16:01:33 -0700326 <font weight="400" style="normal">NotoSansVai-Regular.ttf</font>
327 </family>
328 <family>
Raph Levien8c1f9362014-08-07 13:52:37 -0700329 <font weight="400" style="normal">NotoSansYi-Regular.ttf</font>
330 </family>
331 <family lang="zh-Hans">
332 <font weight="400" style="normal">NotoSansHans-Regular.otf</font>
333 </family>
334 <family lang="zh-Hant">
335 <font weight="400" style="normal">NotoSansHant-Regular.otf</font>
336 </family>
337 <family lang="ja">
338 <font weight="400" style="normal">NotoSansJP-Regular.otf</font>
339 </family>
340 <family lang="ko">
341 <font weight="400" style="normal">NotoSansKR-Regular.otf</font>
342 </family>
343 <family>
344 <font weight="400" style="normal">NanumGothic.ttf</font>
345 </family>
346 <family>
347 <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted.ttf</font>
348 </family>
349 <family>
350 <font weight="400" style="normal">NotoColorEmoji.ttf</font>
351 </family>
Raph Levien117cbeb2014-08-25 13:47:16 -0700352 <family>
353 <font weight="400" style="normal">DroidSansFallback.ttf</font>
354 </family>
Raph Levien8c1f9362014-08-07 13:52:37 -0700355 <family lang="ja">
356 <font weight="400" style="normal">MTLmr3m.ttf</font>
357 </family>
Roozbeh Pournader70f0a432015-02-11 15:45:49 -0800358 <!--
Roozbeh Pournadera2b60212015-04-13 16:01:33 -0700359 Tai Le and Mongolian are intentionally kept last, to make sure they don't override
Roozbeh Pournader70f0a432015-02-11 15:45:49 -0800360 the East Asian punctuation for Chinese.
361 -->
362 <family>
363 <font weight="400" style="normal">NotoSansTaiLe-Regular.ttf</font>
364 </family>
Roozbeh Pournadera2b60212015-04-13 16:01:33 -0700365 <family>
366 <font weight="400" style="normal">NotoSansMongolian-Regular.ttf</font>
367 </family>
Raph Levien8c1f9362014-08-07 13:52:37 -0700368</familyset>