RetroMusicPlayer/app/src/main/res/font/circular.xml

16 lines
480 B
XML
Raw Normal View History

2019-01-02 09:25:55 +05:30
<?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" />
2019-04-05 16:15:09 +05:30
<font
android:font="@font/circular_std_medium"
android:fontStyle="normal"
android:fontWeight="700" />
2019-01-02 09:25:55 +05:30
<font
android:font="@font/circular_std_black"
android:fontWeight="900" />
</font-family>