Skip to content

Commit

Permalink
๐Ÿ› fix font name
Browse files Browse the repository at this point in the history
  • Loading branch information
shelken committed Oct 21, 2024
1 parent 7aa37ae commit 3e23996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/apps/kitty/kitty.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# my config for kitty
font_family JetBrainsMono Nerd Font
font_family JetBrainsMono Nerd Font Mono
# font_family Maple Mono SC NF Regular
# bold_font Maple Mono SC NF Bold
# italic_font Maple Mono SC NF Italic
Expand Down
2 changes: 1 addition & 1 deletion home/apps/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local config = {
-- Displaying correct colors on mac
front_end = "WebGpu",
font_size = 18,
font = wezterm.font("JetBrainsMono Nerd Font", { weight = "Medium" }),
font = wezterm.font("JetBrainsMono Nerd Font Mono", { weight = "Medium" }),
-- font = wezterm.font("Maple Mono SC NF", { weight = "Regular" }),
-- font = wezterm.font_with_fallback {
-- "JetBrainsMono Nerd Font",
Expand Down

0 comments on commit 3e23996

Please sign in to comment.