mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 01:45:22 +01:00
13 lines
427 B
XML
13 lines
427 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<font-family xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||
|
<font
|
||
|
android:font="@font/regular"
|
||
|
android:fontWeight="400" />
|
||
|
<font
|
||
|
android:font="@font/medium"
|
||
|
android:fontWeight="600" />
|
||
|
<font
|
||
|
android:font="@font/bold"
|
||
|
android:fontWeight="700" />
|
||
|
</font-family>
|