Skip to content

Commit

Permalink
Use integer font size value in default settings (zed-industries#7649)
Browse files Browse the repository at this point in the history
Release Notes:

Fixed : default settings for terminal not containing a proper value for font size ([7469](zed-industries#7469))
  • Loading branch information
greenthings authored Feb 10, 2024
1 parent 68893c2 commit 2f3ad9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/settings/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
}
// Set the terminal's font size. If this option is not included,
// the terminal will default to matching the buffer's font size.
// "font_size": "15",
// "font_size": 15,
// Set the terminal's font family. If this option is not included,
// the terminal will default to matching the buffer's font family.
// "font_family": "Zed Mono",
Expand Down

0 comments on commit 2f3ad9d

Please sign in to comment.