-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
MicrosoftDocs/terminal
#389Labels
In-PRThis issue has a related PRThis issue has a related PRIssue-DocsIt's a documentation issue that really should be on MicrosoftDocs/Console-DocsIt's a documentation issue that really should be on MicrosoftDocs/Console-DocsIssue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.The new Windows Terminal.
Milestone
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
In-PRThis issue has a related PRThis issue has a related PRIssue-DocsIt's a documentation issue that really should be on MicrosoftDocs/Console-DocsIt's a documentation issue that really should be on MicrosoftDocs/Console-DocsIssue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.The new Windows Terminal.
