Added debug font
This commit is contained in:
parent
f3988ae1d1
commit
1941086b4a
7 changed files with 76 additions and 7 deletions
BIN
app/src/debug/res/font/bold.ttf
Normal file
BIN
app/src/debug/res/font/bold.ttf
Normal file
Binary file not shown.
BIN
app/src/debug/res/font/medium.ttf
Normal file
BIN
app/src/debug/res/font/medium.ttf
Normal file
Binary file not shown.
BIN
app/src/debug/res/font/regular.ttf
Normal file
BIN
app/src/debug/res/font/regular.ttf
Normal file
Binary file not shown.
13
app/src/debug/res/font/sans.xml
Normal file
13
app/src/debug/res/font/sans.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?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
|
||||
android:font="@font/regular"
|
||||
android:fontWeight="400" />
|
||||
<font
|
||||
android:font="@font/medium"
|
||||
android:fontWeight="600" />
|
||||
<font
|
||||
android:font="@font/bold"
|
||||
android:fontWeight="700" />
|
||||
</font-family>
|
Loading…
Add table
Add a link
Reference in a new issue