mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 05:19:49 +02:00
23 lines
695 B
XML
23 lines
695 B
XML
<?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> |