Added Circular Std and a toggle to use it
This commit is contained in:
parent
fd03cb4e99
commit
02b72551c9
13 changed files with 46 additions and 3 deletions
16
app/src/main/res/font/circular.xml
Normal file
16
app/src/main/res/font/circular.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?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_medium"
|
||||
android:fontStyle="normal"
|
||||
android:fontWeight="600" />
|
||||
|
||||
<font
|
||||
android:font="@font/circular_std_black"
|
||||
android:fontWeight="900" />
|
||||
|
||||
</font-family>
|
BIN
app/src/main/res/font/circular_std_black.otf
Normal file
BIN
app/src/main/res/font/circular_std_black.otf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/circular_std_book.otf
Normal file
BIN
app/src/main/res/font/circular_std_book.otf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/circular_std_medium.otf
Normal file
BIN
app/src/main/res/font/circular_std_medium.otf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue