addCustomFont

fun addCustomFont(context: Context, fontFamily: String, fontId: Int)


fun addCustomFont(fontFamily: String, font: Typeface?)

Equivalent method to {@see addCustomFont(Context, String, int)} which accepts a Typeface object.