New fonts: Atkinson Hyperlegible and Atkinson Hyperlegible Bold.

This commit is contained in:
Docile-Alligator
2022-02-25 18:23:40 +08:00
parent 679820b96e
commit 5e0b2662d7
11 changed files with 70 additions and 0 deletions

View File

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