I'm using SSMS 2017 and want to make my font larger in the query window. When I go to Tools > Options > Environment > Fonts and Colors > and then change the size of my font and press Ok, nothing changes. The size doesn't get affected in the open query window nor in a new query window.
-
What have you selected in the "Show settings for:" dropdownlist? – AarónBC. May 03 '18 at 23:36
-
2@JDoe, open up and focus a new query window, enter some text, then hold `CTRL` while scrolling up and down—that's an alternative way of adjusting the font size. – miqh May 04 '18 at 01:26
-
@miqid, thx for the workaround, the zoom function does work and gets the job done. Seems like the font size change isn't working though. – JDoe May 04 '18 at 06:45
-
@AarónBC, I have [All Text Tool Windows] selected – JDoe May 04 '18 at 06:45
-
@JDoe Did you find any fix or workaround? – TheSETJ Sep 11 '18 at 08:37
-
Changes to the actual font don't work either – Brett Sep 13 '18 at 08:15
6 Answers
This is working in ssms v18.4.
- In the menu click on
Tools
(1) and then onOptions
- The
Options
(2) dialogue opens - In
Options
selectFonts and colors
(3) - From ´Show settings for´ select
Grid Results
(4) - Change the font size (5)
- Restart SSMS (6)
Screenshot
In OP's case I think you did not restart your ssms.
Also, as in arrow 4 you will need to know what settings you want to change in order for it to work as expect.
It should be very much the same for your ssms version.
Done.

- 5,527
- 7
- 48
- 77

- 19,199
- 9
- 59
- 54
If you don't have a mouse wheel, use the Ctrl key and two fingers on the touchpad: a pinching motion to enlarge/reduce the font in the Query Tab.

- 4,344
- 4
- 27
- 60
Your issue may be related to an early release. I am using SSMS 17.4 and following your patch causes the query window font to change as soon as click 'ok' the changes persist in a new query window and when I close and re-open SSMS.

- 1,954
- 1
- 24
- 43
I'm also using SSMS 2017 and also needed to increase the font size. To change the font size in your query window, make sure 'Text Editor' is chosen in the drop-down for 'Show settings for:' when you select Environment>Fonts and Colors. That will affect your query window font size once you select 'OK'. I'm not sure why the drop-down '[All Text Tool Windows]' doesn't affect the font size but I found that as well.

- 3
- 1
- 4
If you requested regarding font in window, which will be opened when you select New Query from database object (e.g. AutoLot), You can change size in Environment/Fonts and Colors/Text Editor

- 120
- 1
- 12
You must go to Environment font select a new font and size

- 1
-
3From Review: This post does not seem to provide a [quality answer](https://stackoverflow.com/help/how-to-answer) to the question. Please either edit your answer and improve it, or just post it as a comment to the question. – sɐunıɔןɐqɐp Oct 09 '18 at 06:51