mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-06 05:49:49 +02:00
Add more fonts.
This commit is contained in:
17
app/src/main/res/font/harmonia_sans.xml
Normal file
17
app/src/main/res/font/harmonia_sans.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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/harmonia_sans_regular" />
|
||||
|
||||
<font
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="700"
|
||||
app:font="@font/harmonia_sans_bold" />
|
||||
|
||||
<font
|
||||
app:fontStyle="italic"
|
||||
app:fontWeight="400"
|
||||
app:font="@font/harmonia_sans_italic" />
|
||||
</font-family>
|
BIN
app/src/main/res/font/harmonia_sans_bold.ttf
Normal file
BIN
app/src/main/res/font/harmonia_sans_bold.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/harmonia_sans_italic.ttf
Normal file
BIN
app/src/main/res/font/harmonia_sans_italic.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/harmonia_sans_regular.ttf
Normal file
BIN
app/src/main/res/font/harmonia_sans_regular.ttf
Normal file
Binary file not shown.
17
app/src/main/res/font/inter.xml
Normal file
17
app/src/main/res/font/inter.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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/inter_regular" />
|
||||
|
||||
<font
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="700"
|
||||
app:font="@font/inter_bold" />
|
||||
|
||||
<font
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="300"
|
||||
app:font="@font/inter_light" />
|
||||
</font-family>
|
BIN
app/src/main/res/font/inter_bold.ttf
Normal file
BIN
app/src/main/res/font/inter_bold.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/inter_light.ttf
Normal file
BIN
app/src/main/res/font/inter_light.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/inter_regular.ttf
Normal file
BIN
app/src/main/res/font/inter_regular.ttf
Normal file
Binary file not shown.
32
app/src/main/res/font/roboto_condensed.xml
Normal file
32
app/src/main/res/font/roboto_condensed.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?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/roboto_condensed_regular" />
|
||||
|
||||
<font
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="700"
|
||||
app:font="@font/roboto_condensed_bold" />
|
||||
|
||||
<font
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="300"
|
||||
app:font="@font/roboto_condensed_light" />
|
||||
|
||||
<font
|
||||
app:fontStyle="italic"
|
||||
app:fontWeight="300"
|
||||
app:font="@font/roboto_condensed_light_italic" />
|
||||
|
||||
<font
|
||||
app:fontStyle="italic"
|
||||
app:fontWeight="400"
|
||||
app:font="@font/roboto_condensed_italic" />
|
||||
|
||||
<font
|
||||
app:fontStyle="italic"
|
||||
app:fontWeight="700"
|
||||
app:font="@font/roboto_condensed_bold_italic" />
|
||||
</font-family>
|
BIN
app/src/main/res/font/roboto_condensed_bold.ttf
Normal file
BIN
app/src/main/res/font/roboto_condensed_bold.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/roboto_condensed_bold_italic.ttf
Normal file
BIN
app/src/main/res/font/roboto_condensed_bold_italic.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/roboto_condensed_italic.ttf
Normal file
BIN
app/src/main/res/font/roboto_condensed_italic.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/roboto_condensed_light.ttf
Normal file
BIN
app/src/main/res/font/roboto_condensed_light.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/roboto_condensed_light_italic.ttf
Normal file
BIN
app/src/main/res/font/roboto_condensed_light_italic.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/roboto_condensed_regular.ttf
Normal file
BIN
app/src/main/res/font/roboto_condensed_regular.ttf
Normal file
Binary file not shown.
17
app/src/main/res/font/selawk.xml
Normal file
17
app/src/main/res/font/selawk.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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/selawk_regular" />
|
||||
|
||||
<font
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="700"
|
||||
app:font="@font/selawk_bold" />
|
||||
|
||||
<font
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="300"
|
||||
app:font="@font/selawk_light" />
|
||||
</font-family>
|
BIN
app/src/main/res/font/selawk_bold.ttf
Normal file
BIN
app/src/main/res/font/selawk_bold.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/selawk_light.ttf
Normal file
BIN
app/src/main/res/font/selawk_light.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/selawk_regular.ttf
Normal file
BIN
app/src/main/res/font/selawk_regular.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user