mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 18:05:28 +01:00
16 lines
441 B
XML
16 lines
441 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
|
||
|
<font
|
||
|
app:font="@font/circular_std_book"
|
||
|
app:fontStyle="normal"
|
||
|
app:fontWeight="400" />
|
||
|
<font
|
||
|
app:font="@font/circular_std_medium"
|
||
|
app:fontStyle="normal"
|
||
|
app:fontWeight="600" />
|
||
|
|
||
|
<font
|
||
|
app:font="@font/circular_std_black"
|
||
|
app:fontWeight="900" />
|
||
|
|
||
|
</font-family>
|