Skip to content

Commit

Permalink
chore(wezterm): change font size
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesChiuGit committed Nov 11, 2024
1 parent f88696c commit 0713d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.d/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ local FONT_NAME = "IntoneMono NFP"

config = {
font = font_with_fallback(FONT_NAME),
font_size = 120,
font_size = 20,
font_rules = {
{
italic = true,
Expand Down

0 comments on commit 0713d67

Please sign in to comment.