Skip to content

Commit 1c6e5e3

Browse files
committed
Add info on fonts for UI elements in apps
1 parent 174d396 commit 1c6e5e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ ms.subservice: general-ide
1818

1919
You can change the fonts and the colors in Visual Studio in several ways. For example, you can change the default dark theme (also referred to as "dark mode") to a light theme, a blue theme, an extra-contrast theme, or a theme that matches your system settings. You can also change the default font and text size in both the IDE and the code editor.
2020

21-
To learn more about setting default font settings for the user interface (UI) in your application, check out the tutorials on [Create a simple Windows Forms app](create-csharp-winform-visual-studio.md) or [Create a WPF application](../get-started/csharp/tutorial-wpf.md).
22-
2321
> [!TIP]
2422
> See the [**We’ve upgraded the UI in Visual Studio 2022**](https://devblogs.microsoft.com/visualstudio/weve-upgraded-the-ui-in-visual-studio-2022/) blog post to learn more about the subtle color contrast ratio adjustments and a new [Cascadia Code](#use-the-cascadia-code-font) font we've added to make Visual Studio more accessible for everyone.
2523
@@ -100,6 +98,8 @@ You can change the font and text size for all the IDE frame and tool windows, or
10098

10199
1. Select the appropriate item in **Display items**, and then modify the **Item foreground** and **Item background** options.
102100

101+
To learn more about setting default font settings for the user interface (UI) in an application you're building with Visual Studio, check out the tutorials on [Create a simple Windows Forms app](create-csharp-winform-visual-studio.md) or [Create a WPF application](../get-started/csharp/tutorial-wpf.md).
102+
103103
::: moniker-end
104104

105105
::: moniker range="<=vs-2019"

0 commit comments

Comments
 (0)