Replies: 3 comments 11 replies
-
|
Did you try opening a new tab? Quoting # Font size in points. This value can be a non-integer and the nearest integer
# pixel size will be selected. If you have a high dpi display where 1pt = 2px
# then you can get an odd numbered pixel size by specifying a half point.
#
# For example, 13.5pt @ 2px/pt = 27px
#
# Changing this configuration at runtime will only affect new terminals,
# i.e. new windows, tabs, etc. Note that you may still not see the change
# depending on your `window-inherit-font-size` setting. If that setting is
# true, only the first window will be affected by this change since all
# subsequent windows will inherit the font size of the previous window.
font-size = 12 |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
I cannot reproduce this. I'm moving to Q&A. I suspect you're hitting conflicts with this and https://ghostty.org/docs/config/reference#window-inherit-font-size |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Changes to font size require a reload ( |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have one single line in my config located at
~/.config/ghostty/config. It saysfont-size = 14When I do the
Cmd+Shift+,it does not apply the change in font-size if I change it to20. When I use the visual menu (Ghostty -> Reload Configuration) it is the same issue.However, if I change the line to
font-size = 16pxit will show my an alert-box saying that my configuration is faulty. Thus, it actually reads the config file.Beta Was this translation helpful? Give feedback.
All reactions