0

Am using android studio 3.3. Am trying to design my activities in xml and i want to change the font family. There used to be a fontFamily option where i can choose a custom font from android studio GUI. Am missing it. enter image description here

Makamu Evans
  • 491
  • 1
  • 10
  • 25

2 Answers2

0

Here is URL how can you download the available fonts which provides Android Studio.

And here the doc.

Otherwise, you can set the typeFace programmatically URL

Tanveer Munir
  • 1,956
  • 1
  • 12
  • 27
0

Anyone facing this, apparently after using android studio for a couple of days, the font option was automatically added to the GUI. I don't know how. Probably those are things android studio downloads in the background for a while.

Makamu Evans
  • 491
  • 1
  • 10
  • 25