Skip to content

Instantly share code, notes, and snippets.

@pwittchen
Created January 31, 2013 23:16
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 pwittchen/4687621 to your computer and use it in GitHub Desktop.
Save pwittchen/4687621 to your computer and use it in GitHub Desktop.
TextView txt = (TextView) findViewById(R.id.custom_font);
Typeface font = Typeface.createFromAsset(getAssets(), "Custom_Font.ttf");
txt.setTypeface(font);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment