metropolis.xml (2414B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 6 <font-family xmlns:android="http://schemas.android.com/apk/res/android" 7 xmlns:app="http://schemas.android.com/apk/res-auto"> 8 9 <!-- Black --> 10 <font 11 android:font="@font/metropolis_black" 12 android:fontStyle="normal" 13 android:fontWeight="900" 14 app:font="@font/metropolis_black" 15 app:fontStyle="normal" 16 app:fontWeight="900" /> 17 18 <!-- Extra Bold --> 19 <font 20 android:font="@font/metropolis_extrabold" 21 android:fontStyle="normal" 22 android:fontWeight="800" 23 app:font="@font/metropolis_extrabold" 24 app:fontStyle="normal" 25 app:fontWeight="800" /> 26 27 <!-- Bold --> 28 <font 29 android:font="@font/metropolis_bold" 30 android:fontStyle="normal" 31 android:fontWeight="700" 32 app:font="@font/metropolis_bold" 33 app:fontStyle="normal" 34 app:fontWeight="700" /> 35 36 <!-- Semi-Bold --> 37 <font 38 android:font="@font/metropolis_semibold" 39 android:fontStyle="normal" 40 android:fontWeight="600" 41 app:font="@font/metropolis_semibold" 42 app:fontStyle="normal" 43 app:fontWeight="600" /> 44 45 <!-- Medium --> 46 <font 47 android:font="@font/metropolis_medium" 48 android:fontStyle="normal" 49 android:fontWeight="500" 50 app:font="@font/metropolis_medium" 51 app:fontStyle="normal" 52 app:fontWeight="500" /> 53 54 <!-- Normal --> 55 <font 56 android:font="@font/metropolis_regular" 57 android:fontStyle="normal" 58 android:fontWeight="400" 59 app:font="@font/metropolis_regular" 60 app:fontStyle="normal" 61 app:fontWeight="400" /> 62 63 <!-- Thin --> 64 <font 65 android:font="@font/metropolis_thin" 66 android:fontStyle="normal" 67 android:fontWeight="200" 68 app:font="@font/metropolis_thin" 69 app:fontStyle="normal" 70 app:fontWeight="200" /> 71 72 <!-- Light --> 73 <font 74 android:font="@font/metropolis_light" 75 android:fontStyle="normal" 76 android:fontWeight="100" 77 app:font="@font/metropolis_light" 78 app:fontStyle="normal" 79 app:fontWeight="100" /> 80 81 </font-family>