Prepare to add different font support.

This commit is contained in:
Alex Ning
2020-06-10 12:22:19 +08:00
parent 9a47a3d9d2
commit 4cd07e3bb6
122 changed files with 735 additions and 179 deletions

View File

@@ -0,0 +1,22 @@
<?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/balsamiq_sans_regular" />
<font
app:fontStyle="normal"
app:fontWeight="700"
app:font="@font/balsamiq_sans_bold" />
<font
app:fontStyle="italic"
app:fontWeight="400"
app:font="@font/balsamiq_sans_italic" />
<font
app:fontStyle="italic"
app:fontWeight="700"
app:font="@font/balsamiq_sans_bold_italic" />
</font-family>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,22 @@
<?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/noto_sans_regular" />
<font
app:fontStyle="normal"
app:fontWeight="700"
app:font="@font/noto_sans_bold" />
<font
app:fontStyle="italic"
app:fontWeight="400"
app:font="@font/noto_sans_italic" />
<font
app:fontStyle="italic"
app:fontWeight="700"
app:font="@font/noto_sans_bold_italic" />
</font-family>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.