Skip to content

Instantly share code, notes, and snippets.

@yoesuv
Created June 7, 2020 06:41
Show Gist options
  • Save yoesuv/0115a966668e940569d7f49436775d12 to your computer and use it in GitHub Desktop.
Save yoesuv/0115a966668e940569d7f49436775d12 to your computer and use it in GitHub Desktop.
<?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:fontStyle="normal"
android:font="@font/raleway_regular"
android:fontWeight="400"
app:fontStyle="normal"
app:font="@font/raleway_regular"
app:fontWeight="400"/>
<font
android:fontStyle="normal"
android:font="@font/raleway_bold"
android:fontWeight="700"
app:fontStyle="normal"
app:font="@font/raleway_bold"
app:fontWeight="700"/>
</font-family>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment