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.

            Asked
            
        
        
            Active
            
        
            Viewed 66 times
        
    0
            
            
         
    
    
        Makamu Evans
        
- 491
- 1
- 10
- 25
- 
                    I'm running 3.3 and I have it. Maybe your install of Android Studio got borked? If nothing else, you might be able add it yourself in "view all attributes" or in text. – Mikael Ohlson Feb 01 '19 at 08:50
- 
                    its neither in all attributes. – Makamu Evans Feb 01 '19 at 08:57
- 
                    its necessary to change through XML? – Tanveer Munir Feb 01 '19 at 09:47
- 
                    i din't get waht you meant @TanveerMunir – Makamu Evans Feb 01 '19 at 11:05
- 
                    I want to say you can use typeFace for text labels through programmatically – Tanveer Munir Feb 01 '19 at 11:27
- 
                    Yes i can. But i want to use this GUI thing because it seems simple and straight foward. and i've always been using it – Makamu Evans Feb 01 '19 at 12:00
- 
                    @makamuevans please have look at my answer. – Tanveer Munir Feb 01 '19 at 14:31
2 Answers
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