Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Side by Side Diff: resources/android_fonts/v22/fonts.xml

Issue 439813002: Test and generalize font configuration parser (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix nit and install Android fonts.xml update Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <familyset version="21">
3 <!-- first font is default -->
4 <family name="sans-serif">
5 <font weight="100" style="normal">Roboto-Thin.ttf</font>
6 <font weight="100" style="italic">Roboto-ThinItalic.ttf</font>
7 <font weight="300" style="normal">Roboto-Light.ttf</font>
8 <font weight="300" style="italic">Roboto-LightItalic.ttf</font>
9 <font weight="400" style="normal">Roboto-Regular.ttf</font>
10 <font weight="400" style="italic">Roboto-Italic.ttf</font>
11 <font weight="500" style="normal">Roboto-Medium.ttf</font>
12 <font weight="500" style="italic">Roboto-MediumItalic.ttf</font>
13 <font weight="700" style="normal">Roboto-Bold.ttf</font>
14 <font weight="700" style="italic">Roboto-BoldItalic.ttf</font>
15 <font weight="900" style="normal">Roboto-Black.ttf</font>
16 <font weight="900" style="italic">Roboto-BlackItalic.ttf</font>
17 </family>
18 <alias name="sans-serif-thin" to="sans-serif" weight="100" />
19 <alias name="sans-serif-light" to="sans-serif" weight="300" />
20 <alias name="sans-serif-black" to="sans-serif" weight="900" />
21 <alias name="arial" to="sans-serif" />
22 <alias name="helvetica" to="sans-serif" />
23 <alias name="tahoma" to="sans-serif" />
24 <alias name="verdana" to="sans-serif" />
25
26 <family name="sans-serif-condensed">
27 <font weight="300" style="normal">RobotoCondensed-Light.ttf</font>
28 <font weight="300" style="italic">RobotoCondensed-LightItalic.ttf</font>
29 <font weight="400" style="normal">RobotoCondensed-Regular.ttf</font>
30 <font weight="400" style="italic">RobotoCondensed-Italic.ttf</font>
31 <font weight="700" style="normal">RobotoCondensed-Bold.ttf</font>
32 <font weight="700" style="italic">RobotoCondensed-BoldItalic.ttf</font>
33 </family>
34 <alias name="sans-serif-condensed-light" to="sans-serif-condensed" weight="3 00" />
35
36 <!--- rest of fonts from system_fonts.xml go here -->
37 <family name="serif">
38 <font weight="400" style="normal">NotoSerif-Regular.ttf</font>
39 <font weight="700" style="normal">NotoSerif-Bold.ttf</font>
40 <font weight="400" style="italic">NotoSerif-Italic.ttf</font>
41 <font weight="700" style="italic">NotoSerif-BoldItalic.ttf</font>
42 </family>
43 <alias name="times" to="serif" />
44 <alias name="times new roman" to="serif" />
45 <alias name="palatino" to="serif" />
46 <alias name="georgia" to="serif" />
47 <alias name="baskerville" to="serif" />
48 <alias name="goudy" to="serif" />
49 <alias name="fantasy" to="serif" />
50 <alias name="ITC Stone Serif" to="serif" />
51
52 <family name="monospace">
53 <font weight="400" style="normal">DroidSansMono.ttf</font>
54 </family>
55 <alias name="courier" to="monospace" />
56 <alias name="courier new" to="monospace" />
57 <alias name="monaco" to="monospace" />
58
59 <family name="casual">
60 <font weight="400" style="normal">ComingSoon.ttf</font>
61 </family>
62
63 <family name="cursive">
64 <font weight="400" style="normal">DancingScript-Regular.ttf</font>
65 <font weight="700" style="normal">DancingScript-Bold.ttf</font>
66 </family>
67
68 <family name="ans-serif-smallcaps">
69 <font weight="400" style="normal">CarroisGothicSC-Regular.ttf</font>
70 </family>
71
72 <!-- fallback fonts -->
73 <family variant="elegant">
74 <font weight="400" style="normal">NotoNaskh-Regular.ttf</font>
75 <font weight="700" style="normal">NotoNaskh-Bold.ttf</font>
76 </family>
77 <family variant="compact">
78 <font weight="400" style="normal">NotoNaskhUI-Regular.ttf</font>
79 <font weight="700" style="normal">NotoNaskhUI-Bold.ttf</font>
80 </family>
81 <family>
82 <font weight="400" style="normal">NotoSansEthiopic-Regular.ttf</font>
83 <font weight="700" style="normal">NotoSansEthiopic-Bold.ttf</font>
84 </family>
85 <family>
86 <font weight="400" style="normal">NotoSansHebrew-Regular.ttf</font>
87 <font weight="700" style="normal">NotoSansHebrew-Bold.ttf</font>
88 </family>
89 <family variant="elegant">
90 <font weight="400" style="normal">NotoSansThai-Regular.ttf</font>
91 <font weight="700" style="normal">NotoSansThai-Bold.ttf</font>
92 </family>
93 <family variant="compact">
94 <font weight="400" style="normal">NotoSansThaiUI-Regular.ttf</font>
95 <font weight="700" style="normal">NotoSansThaiUI-Bold.ttf</font>
96 </family>
97 <family>
98 <font weight="400" style="normal">NotoSansArmenian-Regular.ttf</font>
99 <font weight="700" style="normal">NotoSansArmenian-Bold.ttf</font>
100 </family>
101 <family>
102 <font weight="400" style="normal">NotoSansGeorgian-Regular.ttf</font>
103 <font weight="700" style="normal">NotoSansGeorgian-Bold.ttf</font>
104 </family>
105 <family variant="elegant">
106 <font weight="400" style="normal">NotoSansDevanagari-Regular.ttf</font>
107 <font weight="700" style="normal">NotoSansDevanagari-Bold.ttf</font>
108 </family>
109 <family variant="compact">
110 <font weight="400" style="normal">NotoSansDevanagariUI-Regular.ttf</font >
111 <font weight="700" style="normal">NotoSansDevanagariUI-Bold.ttf</font>
112 </family>
113 <!-- Gujarati should come after Devanagari -->
114 <family variant="elegant">
115 <font weight="400" style="normal">NotoSansGujarati-Regular.ttf</font>
116 <font weight="700" style="normal">NotoSansGujarati-Bold.ttf</font>
117 </family>
118 <family variant="compact">
119 <font weight="400" style="normal">NotoSansGujaratiUI-Regular.ttf</font>
120 <font weight="700" style="normal">NotoSansGujaratiUI-Bold.ttf</font>
121 </family>
122 <!-- Gurmukhi should come after Devanagari -->
123 <family variant="elegant">
124 <font weight="400" style="normal">NotoSansGurmukhi-Regular.ttf</font>
125 <font weight="700" style="normal">NotoSansGurmukhi-Bold.ttf</font>
126 </family>
127 <family variant="compact">
128 <font weight="400" style="normal">NotoSansGurmukhiUI-Regular.ttf</font>
129 <font weight="700" style="normal">NotoSansGurmukhiUI-Bold.ttf</font>
130 </family>
131 <family variant="elegant">
132 <font weight="400" style="normal">NotoSansTamil-Regular.ttf</font>
133 <font weight="700" style="normal">NotoSansTamil-Bold.ttf</font>
134 </family>
135 <family variant="compact">
136 <font weight="400" style="normal">NotoSansTamilUI-Regular.ttf</font>
137 <font weight="700" style="normal">NotoSansTamilUI-Bold.ttf</font>
138 </family>
139 <family variant="elegant">
140 <font weight="400" style="normal">NotoSansMalayalam-Regular.ttf</font>
141 <font weight="700" style="normal">NotoSansMalayalam-Bold.ttf</font>
142 </family>
143 <family variant="compact">
144 <font weight="400" style="normal">NotoSansMalayalamUI-Regular.ttf</font>
145 <font weight="700" style="normal">NotoSansMalayalamUI-Bold.ttf</font>
146 </family>
147 <family variant="elegant">
148 <font weight="400" style="normal">NotoSansBengali-Regular.ttf</font>
149 <font weight="700" style="normal">NotoSansBengali-Bold.ttf</font>
150 </family>
151 <family variant="compact">
152 <font weight="400" style="normal">NotoSansBengaliUI-Regular.ttf</font>
153 <font weight="700" style="normal">NotoSansBengaliUI-Bold.ttf</font>
154 </family>
155 <family variant="elegant">
156 <font weight="400" style="normal">NotoSansTelugu-Regular.ttf</font>
157 <font weight="700" style="normal">NotoSansTelugu-Bold.ttf</font>
158 </family>
159 <family variant="compact">
160 <font weight="400" style="normal">NotoSansTeluguUI-Regular.ttf</font>
161 <font weight="700" style="normal">NotoSansTeluguUI-Bold.ttf</font>
162 </family>
163 <family variant="elegant">
164 <font weight="400" style="normal">NotoSansKannada-Regular.ttf</font>
165 <font weight="700" style="normal">NotoSansKannada-Bold.ttf</font>
166 </family>
167 <family variant="compact">
168 <font weight="400" style="normal">NotoSansKannadaUI-Regular.ttf</font>
169 <font weight="700" style="normal">NotoSansKannadaUI-Bold.ttf</font>
170 </family>
171 <family>
172 <font weight="400" style="normal">NotoSansSinhala-Regular.ttf</font>
173 <font weight="700" style="normal">NotoSansSinhala-Bold.ttf</font>
174 </family>
175 <family variant="elegant">
176 <font weight="400" style="normal">NotoSansKhmer-Regular.ttf</font>
177 <font weight="700" style="normal">NotoSansKhmer-Bold.ttf</font>
178 </family>
179 <family variant="compact">
180 <font weight="400" style="normal">NotoSansKhmerUI-Regular.ttf</font>
181 <font weight="700" style="normal">NotoSansKhmerUI-Bold.ttf</font>
182 </family>
183 <family variant="elegant">
184 <font weight="400" style="normal">NotoSansLao-Regular.ttf</font>
185 <font weight="700" style="normal">NotoSansLao-Bold.ttf</font>
186 </family>
187 <family variant="compact">
188 <font weight="400" style="normal">NotoSansLaoUI-Regular.ttf</font>
189 <font weight="700" style="normal">NotoSansLaoUI-Bold.ttf</font>
190 </family>
191 <family variant="elegant">
192 <font weight="400" style="normal">NotoSansMyanmar-Regular.ttf</font>
193 <font weight="700" style="normal">NotoSansMyanmar-Bold.ttf</font>
194 </family>
195 <family variant="compact">
196 <font weight="400" style="normal">NotoSansMyanmarUI-Regular.ttf</font>
197 <font weight="700" style="normal">NotoSansMyanmarUI-Bold.ttf</font>
198 </family>
199 <family>
200 <font weight="400" style="normal">NotoSansCherokee-Regular.ttf</font>
201 </family>
202 <family>
203 <font weight="400" style="normal">NotoSansCanadianAboriginal-Regular.ttf </font>
204 </family>
205 <family>
206 <font weight="400" style="normal">NotoSansYi-Regular.ttf</font>
207 </family>
208 <family lang="zh-Hans">
209 <font weight="400" style="normal">NotoSansHans-Regular.otf</font>
210 </family>
211 <family lang="zh-Hant">
212 <font weight="400" style="normal">NotoSansHant-Regular.otf</font>
213 </family>
214 <family lang="ja">
215 <font weight="400" style="normal">NotoSansJP-Regular.otf</font>
216 </family>
217 <family lang="ko">
218 <font weight="400" style="normal">NotoSansKR-Regular.otf</font>
219 </family>
220 <family>
221 <font weight="400" style="normal">NanumGothic.ttf</font>
222 </family>
223 <family>
224 <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted.ttf< /font>
225 </family>
226 <family>
227 <font weight="400" style="normal">NotoColorEmoji.ttf</font>
228 </family>
229 <family lang="ja">
230 <font weight="400" style="normal">MTLmr3m.ttf</font>
231 </family>
232 </familyset>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698