mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-17 23:55:21 +01:00
16 lines
No EOL
441 B
XML
16 lines
No EOL
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> |