PlayerAndroid/app/src/debug/res/font/sans.xml

12 lines
407 B
XML
Raw Normal View History

2020-08-21 04:23:01 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-08-21 10:42:21 +00:00
<font-family xmlns:android="http://schemas.android.com/apk/res/android">
2020-08-21 04:23:01 +00:00
<font
2020-08-21 10:42:21 +00:00
android:font="@font/google_sans_regular"
2020-08-21 04:23:01 +00:00
android:fontWeight="400" />
<font
2020-08-21 10:42:21 +00:00
android:font="@font/google_sans_medium"
2020-08-21 04:23:01 +00:00
android:fontWeight="600" />
<font
2020-08-21 10:42:21 +00:00
android:font="@font/google_sans_bold"
2020-08-21 04:23:01 +00:00
android:fontWeight="700" />
</font-family>