[Solved] custom police (myriad pro ) for android application


A quick Google search turns up a number of sites offering the Myriad Pro Regular font.

To use this in Android, you have a few options:

  • Use a library such as Calligraphy
  • Use a custom TextView subclass such as the one described in this answer
  • Call setTypeFace() directly on all the TextViews you want to use your font with.

solved custom police (myriad pro ) for android application