Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Last active March 14, 2018 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfversluis/70c6ebdabb4b8db7ae083310081dd314 to your computer and use it in GitHub Desktop.
Save jfversluis/70c6ebdabb4b8db7ae083310081dd314 to your computer and use it in GitHub Desktop.
Custom font for page title style on Android
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<!-- other styles go here -->
<style name="Toolbar.TitleText" parent="TextAppearance.Widget.AppCompat.Toolbar.Title">
<!--set your custom font properties-->
<item name="android:fontFamily">@font/comicsaaaans</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment