mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
59 lines
No EOL
1.7 KiB
XML
59 lines
No EOL
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<font-family
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<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> |