Skip to content

Instantly share code, notes, and snippets.

@starkej2
Last active June 9, 2016 15:27
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 starkej2/4164f9d6b00f7dd26142 to your computer and use it in GitHub Desktop.
Save starkej2/4164f9d6b00f7dd26142 to your computer and use it in GitHub Desktop.
Android System Font Styling

Font family

android:fontFamily="sans-serif"                 // roboto regular
android:fontFamily="sans-serif-light"           // roboto light
android:fontFamily="sans-serif-condensed"       // roboto condensed
android:fontFamily="sans-serif-condensed-light" // roboto condensed light
android:fontFamily="sans-serif-thin"            // roboto thin (android 4.2)
android:fontFamily="sans-serif-medium"          // roboto medium (android 5.0)

Text style

normal
bold
italic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment