Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual studio 2022 changed my system font

Recently I installed vs 2022 to test .net 6 and after installing it, I found the default font in vs 2022 is like a bolder font(seems to be Cascadia), it's not fits me well so I changed it in vs 2022 pre->tools->options->fonts and colors to change it to Consolas which is the same in vs 2019. Then vs 2022 seemed ok, but I found in stackover flow, text font in textarea also changed to this kind of "bolder font",

I've ruled out the issue from chrome, as it's the same in Edge. But input box doesn't be influenced.

Details in screenshot here, the font of the words in textarea and those formated in code has changed.

Can anyone do me a favor? Thanks in advance :)

enter image description here

like image 978
wanttoh Avatar asked Sep 17 '21 01:09

wanttoh


People also ask

What is the default font in Visual Studio 2022?

The new Cascadia Code font includes Cascade Mono, which is the default font in Visual Studio 2022.

What is default font in Visual Studio?

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.


1 Answers

I noticed the changed font right away, too. I changed from Consolas Mono back to the older Consolas.

Tools (menu) -> Options
  Environment (category) -> Fonts and Colors
    Show Settings for: Text Editor
    Font:  Consolas

Tools.Options.Environment.FontsandColors

like image 194
Cryptc Avatar answered Sep 22 '22 12:09

Cryptc