blob: 8316b412f5b79d0ccd57e1111e366c75a0c537fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>
|