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

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

Issue 1027373002: Font variations. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Update and rebase. Created 5 years, 8 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
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <familyset version="21"> 2 <familyset version="21">
3 <!-- first font is default --> 3 <!-- first font is default -->
4 <family name="sans-serif"> 4 <family name="sans-serif">
5 <font weight="100" style="normal">Roboto-Thin.ttf</font> 5 <font weight="100" style="normal"><axis tag="wght" stylevalue="32767.999 9999"/>Roboto-Thin.ttf</font>
6 <font weight="100" style="italic">Roboto-ThinItalic.ttf</font> 6 <font weight="100" style="italic">Roboto-ThinItalic.ttf</font>
7 <font weight="300" style="normal">Roboto-Light.ttf</font> 7 <font weight="300" style="normal">Roboto-Light.ttf</font>
8 <font weight="300" style="italic">Roboto-LightItalic.ttf</font> 8 <font weight="300" style="italic">Roboto-LightItalic.ttf</font>
9 <font weight="400" style="normal">Roboto-Regular.ttf</font> 9 <font weight="400" style="normal">Roboto-Regular.ttf</font>
10 <font weight="400" style="italic">Roboto-Italic.ttf</font> 10 <font weight="400" style="italic">Roboto-Italic.ttf</font>
11 <font weight="500" style="normal">Roboto-Medium.ttf</font> 11 <font weight="500" style="normal">Roboto-Medium.ttf</font>
12 <font weight="500" style="italic">Roboto-MediumItalic.ttf</font> 12 <font weight="500" style="italic">Roboto-MediumItalic.ttf</font>
13 <font weight="700" style="normal">Roboto-Bold.ttf</font> 13 <font weight="700" style="normal">Roboto-Bold.ttf</font>
14 <font weight="700" style="italic">Roboto-BoldItalic.ttf</font> 14 <font weight="700" style="italic">Roboto-BoldItalic.ttf</font>
15 <font weight="900" style="normal">Roboto-Black.ttf</font> 15 <font weight="900" style="normal">Roboto-Black.ttf</font>
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 <family> 223 <family>
224 <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted.ttf< /font> 224 <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted.ttf< /font>
225 </family> 225 </family>
226 <family> 226 <family>
227 <font weight="400" style="normal">NotoColorEmoji.ttf</font> 227 <font weight="400" style="normal">NotoColorEmoji.ttf</font>
228 </family> 228 </family>
229 <family lang="ja"> 229 <family lang="ja">
230 <font weight="400" style="normal">MTLmr3m.ttf</font> 230 <font weight="400" style="normal">MTLmr3m.ttf</font>
231 </family> 231 </family>
232 </familyset> 232 </familyset>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698