blob: 8316b412f5b79d0ccd57e1111e366c75a0c537fc (
plain) (
tree)
|
|
<?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>
|