Custom Fonts:
*
Using a custom font in a TextView
public void setFont(TextView textView) {
textView.setTypeface(myFont);
}