Skip to content

Instantly share code, notes, and snippets.

@davidmigloz
Last active January 21, 2020 10:04
Show Gist options
  • Select an option

  • Save davidmigloz/b76ee83f184e866b2a7f4308c45a092f to your computer and use it in GitHub Desktop.

Select an option

Save davidmigloz/b76ee83f184e866b2a7f4308c45a092f to your computer and use it in GitHub Desktop.
import uk.co.chrisjenx.calligraphy.CalligraphyConfig;
// ...
private fun initCustomFonts() {
CalligraphyConfig.initDefault(CalligraphyConfig.Builder()
.setDefaultFontPath("fonts/Roboto-RobotoRegular.ttf")
.setFontAttrId(R.attr.fontPath)
.build()
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment