refector files
This commit is contained in:
parent
5d2a30b65a
commit
13b50ec40d
23 changed files with 2537 additions and 8877 deletions
BIN
app/src/main/res/font/.DS_Store
vendored
Normal file
BIN
app/src/main/res/font/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
app/src/main/res/font/circular_std_black.otf
Executable file
BIN
app/src/main/res/font/circular_std_black.otf
Executable file
Binary file not shown.
BIN
app/src/main/res/font/circular_std_book.otf
Executable file
BIN
app/src/main/res/font/circular_std_book.otf
Executable file
Binary file not shown.
11
app/src/main/res/font/font.xml
Normal file
11
app/src/main/res/font/font.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<font-family xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<font
|
||||
android:font="@font/circular_std_book"
|
||||
android:fontStyle="normal"
|
||||
android:fontWeight="400" />
|
||||
<font
|
||||
android:font="@font/circular_std_black"
|
||||
android:fontStyle="normal"
|
||||
android:fontWeight="700" />
|
||||
</font-family>
|
Loading…
Add table
Add a link
Reference in a new issue