Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Default Visual Studio 2010 and 2008 font

What is the default font (and its size) in the Visual Studio 2010 and 2008 editor?

like image 925
ehpc Avatar asked Aug 10 '10 15:08

ehpc


People also ask

What is the default Visual Studio font?

The default size used by the Visual Studio font service comes from Windows and appears as 9 pt. You can apply formatting to the environment font.

How do I change the font in Visual Studio 2010?

Select Options from the Tools menu, and in the Environment folder, select Fonts and Colors. The Fonts and Colors, Environment, Options Dialog Box opens. In Show settings for, select Text Editor. Modify the Font and Size options to change the font face and size for all text elements in all editors.

What is the font in Visual Studio 2019?

"Droid Sans Mono"

How do I change the default font size in Visual Studio 2013?

Press Tools -> Environment -> Fonts and Colors -> Show Settings for: Text Editor there ist the Font Size Property. Show activity on this post. Select from "Show settings for:" drop-down list. Change font size in "Size:" text field.


2 Answers

In Visual Studio 2008 the default font is Courier New (size 10) but in Visual Studio 2010 the default font is Consolas (size 10).

like image 61
Dan Diplo Avatar answered Oct 10 '22 04:10

Dan Diplo


You can see what it's set to in Tools -> Options -> Environment -> Fonts and Colors.

My Visual Studio 2010 is set to Consolas 10 as the default Text Editor setting.

like image 27
Mechamonkey Avatar answered Oct 10 '22 04:10

Mechamonkey