mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-23 10:25:20 +01:00
16 lines
No EOL
480 B
XML
16 lines
No EOL
480 B
XML
<?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> |