[bug] Cannot use different styles of Input Mono font #12569

Open
opened 2026-01-31 03:19:01 +00:00 by claunia · 0 comments
Owner

Originally created by @WojciechThomas on GitHub (Feb 14, 2021).

Environment

Windows build number: Microsoft Windows NT 10.0.19042.0
Windows Terminal version: 1.5.10411.0

Steps to reproduce

Use any editor to configure fontFace setting.

Expected behavior

Accept different versions of Input Mono font, e.g.:

        "defaults":
        {
            // Put settings here that you want to apply to all profiles.
            "fontFace": "Input Mono Narrow"  // or Condensed or Compressed
        },

Actual behavior

With font faces different than "Input Mono" Terminal falls back to Consolas font.
image

With "Input Mono" font everything works correctly:
image

Originally created by @WojciechThomas on GitHub (Feb 14, 2021). # Environment ```none Windows build number: Microsoft Windows NT 10.0.19042.0 Windows Terminal version: 1.5.10411.0 ``` # Steps to reproduce Use any editor to configure **fontFace** setting. # Expected behavior Accept different versions of Input Mono font, e.g.: ```none "defaults": { // Put settings here that you want to apply to all profiles. "fontFace": "Input Mono Narrow" // or Condensed or Compressed }, ``` # Actual behavior With font faces different than "Input Mono" Terminal falls back to Consolas font. ![image](https://user-images.githubusercontent.com/15376250/107875447-2ba5e280-6ec0-11eb-9665-9ad6c2782f38.png) With "Input Mono" font everything works correctly: ![image](https://user-images.githubusercontent.com/15376250/107875496-96efb480-6ec0-11eb-9165-dfba72ce6a8e.png)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#12569