Add more fonts.

This commit is contained in:
Alex Ning
2020-06-10 21:08:13 +08:00
parent 54a9f241d4
commit 2277c97cc0
24 changed files with 154 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
<font
app:fontStyle="normal"
app:fontWeight="400"
app:font="@font/harmonia_sans_regular" />
<font
app:fontStyle="normal"
app:fontWeight="700"
app:font="@font/harmonia_sans_bold" />
<font
app:fontStyle="italic"
app:fontWeight="400"
app:font="@font/harmonia_sans_italic" />
</font-family>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
<font
app:fontStyle="normal"
app:fontWeight="400"
app:font="@font/inter_regular" />
<font
app:fontStyle="normal"
app:fontWeight="700"
app:font="@font/inter_bold" />
<font
app:fontStyle="normal"
app:fontWeight="300"
app:font="@font/inter_light" />
</font-family>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
<font
app:fontStyle="normal"
app:fontWeight="400"
app:font="@font/roboto_condensed_regular" />
<font
app:fontStyle="normal"
app:fontWeight="700"
app:font="@font/roboto_condensed_bold" />
<font
app:fontStyle="normal"
app:fontWeight="300"
app:font="@font/roboto_condensed_light" />
<font
app:fontStyle="italic"
app:fontWeight="300"
app:font="@font/roboto_condensed_light_italic" />
<font
app:fontStyle="italic"
app:fontWeight="400"
app:font="@font/roboto_condensed_italic" />
<font
app:fontStyle="italic"
app:fontWeight="700"
app:font="@font/roboto_condensed_bold_italic" />
</font-family>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
<font
app:fontStyle="normal"
app:fontWeight="400"
app:font="@font/selawk_regular" />
<font
app:fontStyle="normal"
app:fontWeight="700"
app:font="@font/selawk_bold" />
<font
app:fontStyle="normal"
app:fontWeight="300"
app:font="@font/selawk_light" />
</font-family>

Binary file not shown.

Binary file not shown.

Binary file not shown.