public void setFont(TextView textView) {
    textView.setTypeface(myFont);    
}