2021-05-12 21:51:02 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-08-29 18:42:44 +00:00
|
|
|
<font-family
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2021-05-12 21:51:02 +00:00
|
|
|
<font
|
|
|
|
app:fontStyle="normal"
|
|
|
|
app:fontWeight="100"
|
|
|
|
app:font="@font/productsans_thin" />
|
|
|
|
<font
|
|
|
|
app:fontStyle="italic"
|
|
|
|
app:fontWeight="100"
|
|
|
|
app:font="@font/productsans_thinitalic" />
|
|
|
|
|
|
|
|
<font
|
|
|
|
app:fontStyle="normal"
|
|
|
|
app:fontWeight="300"
|
|
|
|
app:font="@font/productsans_light" />
|
|
|
|
|
|
|
|
<font
|
|
|
|
app:fontStyle="italic"
|
|
|
|
app:fontWeight="300"
|
|
|
|
app:font="@font/productsans_lightitalic" />
|
|
|
|
|
|
|
|
<font
|
|
|
|
app:fontStyle="normal"
|
|
|
|
app:fontWeight="400"
|
|
|
|
app:font="@font/productsans_regular" />
|
|
|
|
|
|
|
|
<font
|
|
|
|
app:fontStyle="italic"
|
|
|
|
app:fontWeight="400"
|
|
|
|
app:font="@font/productsans_italic" />
|
|
|
|
|
|
|
|
<font
|
|
|
|
app:fontStyle="normal"
|
|
|
|
app:fontWeight="500"
|
|
|
|
app:font="@font/productsans_medium" />
|
|
|
|
<font
|
|
|
|
app:fontStyle="italic"
|
|
|
|
app:fontWeight="500"
|
|
|
|
app:font="@font/productsans_mediumitalic" />
|
|
|
|
|
|
|
|
<font
|
|
|
|
app:fontStyle="normal"
|
|
|
|
app:fontWeight="700"
|
|
|
|
app:font="@font/productsans_bold" />
|
|
|
|
<font
|
|
|
|
app:fontStyle="italic"
|
|
|
|
app:fontWeight="700"
|
|
|
|
app:font="@font/productsans_bolditalic" />
|
|
|
|
|
|
|
|
<font
|
|
|
|
app:fontStyle="normal"
|
|
|
|
app:fontWeight="900"
|
|
|
|
app:font="@font/productsans_black" />
|
|
|
|
<font
|
|
|
|
app:fontStyle="italic"
|
|
|
|
app:fontWeight="900"
|
|
|
|
app:font="@font/productsans_blackitalic" />
|
|
|
|
</font-family>
|