Skip to content

Instantly share code, notes, and snippets.

@stramek
Created October 17, 2017 10:39
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 stramek/3aac08d5e771e97465a86acea1af37e2 to your computer and use it in GitHub Desktop.
Save stramek/3aac08d5e771e97465a86acea1af37e2 to your computer and use it in GitHub Desktop.
fun createFontRequest(fontName: String) = FontRequest(
"com.google.android.gms.fonts",
"com.google.android.gms",
fontName,
R.array.com_google_android_gms_fonts_certs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment