Skip to content

Instantly share code, notes, and snippets.

@ripzery
Created March 23, 2017 09:19
Show Gist options
  • Save ripzery/0fbc7e9b0a9998b18c2d097ab4060643 to your computer and use it in GitHub Desktop.
Save ripzery/0fbc7e9b0a9998b18c2d097ab4060643 to your computer and use it in GitHub Desktop.
A sample file for custom font in XML (Android O)
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:android="http://schemas.android.com/apk/res/android">
<font
android:fontStyle="normal"
android:fontWeight="400"
android:font="@font/lobster_regular" />
<font
android:fontStyle="italic"
android:fontWeight="400"
android:font="@font/lobster_italic" />
</font-family>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment