Font size setting does not work #14895

Open
opened 2026-01-31 04:22:35 +00:00 by claunia · 0 comments
Owner

Originally created by @leonarduschen on GitHub (Aug 18, 2021).

Originally assigned to: @zadjii-msft on GitHub.

Windows Terminal version (or Windows build number)

1.9.1942.0

Other Software

No response

Steps to reproduce

Change font size directly JSON settings file

Below is what my "profiles" section looks like

    "profiles": {
        "defaults": {
            "font": {
                "size": 40,
                "weight": "normal"
            }
        },
        "list": [
            {
                "commandline": "powershell.exe",
                "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
                "hidden": false,
                "name": "Windows PowerShell"
            },
            {
                "commandline": "cmd.exe",
                "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "hidden": false,
                "name": "Command Prompt"
            },
            {
                "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
                "hidden": false,
                "name": "Ubuntu-20.04",
                "source": "Windows.Terminal.Wsl",
                "startingDirectory": "\\\\wsl$\\Ubuntu-20.04\\home\\leonarduschen",
            },
            {
                "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
                "hidden": false,
                "name": "Azure Cloud Shell",
                "source": "Windows.Terminal.Azure"
            }
        ]
    },

Expected Behavior

Font size gets smaller

Actual Behavior

No font size changes in any of the profiles

image

Originally created by @leonarduschen on GitHub (Aug 18, 2021). Originally assigned to: @zadjii-msft on GitHub. ### Windows Terminal version (or Windows build number) 1.9.1942.0 ### Other Software _No response_ ### Steps to reproduce Change font size directly JSON settings file Below is what my "profiles" section looks like ```json "profiles": { "defaults": { "font": { "size": 40, "weight": "normal" } }, "list": [ { "commandline": "powershell.exe", "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "hidden": false, "name": "Windows PowerShell" }, { "commandline": "cmd.exe", "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "hidden": false, "name": "Command Prompt" }, { "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}", "hidden": false, "name": "Ubuntu-20.04", "source": "Windows.Terminal.Wsl", "startingDirectory": "\\\\wsl$\\Ubuntu-20.04\\home\\leonarduschen", }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": false, "name": "Azure Cloud Shell", "source": "Windows.Terminal.Azure" } ] }, ``` ### Expected Behavior Font size gets smaller ### Actual Behavior No font size changes in any of the profiles ![image](https://user-images.githubusercontent.com/65842583/129855780-cec13d35-b060-4fda-aa0d-acdd830d70e4.png)
claunia added the Issue-TaskIn-PRNeeds-Tag-FixProduct-TerminalIssue-Docs labels 2026-01-31 04:22:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#14895