/fn

Changes the system font.

devenv /fn FontName

Arguments

  • FontName
    Required. The name of the font.

Remarks

Loads the integrated development environment (IDE) and changes the system font for dialogs and tool windows in the IDE. This change is persisted between sessions and reflected on the Fonts and Colors pane of the Environment options in the Options dialog box in the IDE.

Example

This example loads the IDE and uses a 20-pt Arial font.

devenv /fn Arial /fs 20

See Also

Devenv Command Line Switches | /fs | Fonts and Colors, Environment, Options Dialog Box