How to change the font in the Arduino IDE | そう備忘録

How to change the font in the Arduino IDE

Fonts in Arduino IDE

An article on changing the font of the Arduino IDE, the development environment for Arduino and ESP32, from the default.

Before changing the font, I changed the background color to dark color.

Please refer to this article for that time.

Changing the font

Edit the preferences.txt file, which is located in C:\Users\Username\AppData\Local\Arduino15 by default.

Find the following entry.

editor.font=Monospaced,plain,12

The default font was Monospaced with a size of 12, so I changed the font to Consolas, which I am used to using, with a size of 13.

editor.font=Consolas,plain,13

Before and after comparison

The left is the font before the change, and the right is the font after the change.

The size is a little larger and easier to read, and I personally like the Consolas font because of the diagonal lines on the number zero.

Change the font

This concludes this article.

Finally.

I hope this article will be useful to someone somewhere.

souichirou kikuchi

I'm Japanese. A reminder to remember what I've done. I'm blogging in the hope that it will be helpful to others who want to do similar things. I mainly write blogs about LEGO, AWS (Amazon Web Services), WordPress, Deep Learning and Raspberry Pi. At work, I'm working on installing collaborative robots and IoT in factories. I passed the JDLA (Japan Deep Learning Association) Deep Learning for GENERAL in July 2019. If you have any questions, please leave them in the comments at the bottom of the article.

comment

Name, Email, and Website are optional.
and, your Email address will not be published.