Skip to content

Instantly share code, notes, and snippets.

@whalemare
Created June 24, 2017 13:08
Show Gist options
  • Save whalemare/10f2d32eca7d6b2d25010e80fbd061bd to your computer and use it in GitHub Desktop.
Save whalemare/10f2d32eca7d6b2d25010e80fbd061bd to your computer and use it in GitHub Desktop.
Android fonts for font-family attribute
<resources>
<string name="roboto_light" translatable="false">sans-serif-light</string>
<string name="roboto_medium" translatable="false">sans-serif-medium</string>
<string name="roboto_regular" translatable="false">sans-serif</string>
<string name="roboto_condensed" translatable="false">sans-serif-condensed</string>
<string name="roboto_black" translatable="false">sans-serif-black</string>
<string name="roboto_thin" translatable="false">sans-serif-thin</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment