12 lines
No EOL
407 B
XML
12 lines
No EOL
407 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<font-family xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<font
|
|
android:font="@font/google_sans_regular"
|
|
android:fontWeight="400" />
|
|
<font
|
|
android:font="@font/google_sans_medium"
|
|
android:fontWeight="600" />
|
|
<font
|
|
android:font="@font/google_sans_bold"
|
|
android:fontWeight="700" />
|
|
</font-family> |