Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I change menu font in Android Studio?

All the fonts in the editor have suddenly become bold as you can see in the picture. I don't think it was something I did. Where can I set the font style for this?

I'm using Android Studio 2.1 on an Ubuntu machine if that makes any difference.

enter image description here

like image 205
Chaitanya Nettem Avatar asked Jun 19 '16 08:06

Chaitanya Nettem


People also ask

How do I change the text font in Android Studio toolbar?

First, add a font file in the src/main/assets/fonts/ of your project. Then create variables for Toolbar and text title and call the method findViewById(). Create a new Typeface from the specified font data.

Can you change the font Android studio?

These fonts are compiled in your R file and are automatically available in Android Studio. You can access the font resources with the help of a new resource type, font . For example, to access a font resource, use @font/myfont , or R. font.

How do I change my font style on Android?

Tap on the "Display" and then the "Font and screen zoom" Scroll down the screen up to "Screen Zoom" and "Font Style." Under the "Screen Zoom" section, you can change the font size that you wish. Under the "Font Style" section, you can choose font style from the available list to set it as the system font.


1 Answers

Go to 'File' --> 'Settings' and under 'Appearance & Behavior' to go 'Appearance'. Try forcing a change with the fonts by clicking on the 'Override default fonts by (not recommended):' and choosing a font style & font size. Click 'Ok', see how this changes your font bold issue and perhaps change back.

like image 102
Jaxian Avatar answered Sep 22 '22 16:09

Jaxian