Skip to content

Commit

Permalink
update wezterm font-weight property ✏️
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Jun 29, 2024
1 parent 938547b commit b08ba0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local transparent_bg = "rgba(22, 24, 26, " .. opacity .. ")"
config.font = wezterm.font_with_fallback({
{
family = "JetBrainsMono Nerd Font",
weight = "DemiBold",
weight = "Regular",
},
"Segoe UI Emoji",
})
Expand Down

0 comments on commit b08ba0b

Please sign in to comment.