Skip to content

Commit

Permalink
Revert font
Browse files Browse the repository at this point in the history
  • Loading branch information
nishigori committed Jan 23, 2024
1 parent b5cb6d2 commit 951e2d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ endif
" }}}
" # Font "{{{
if !exists('g:vscode')
set printfont=MonaspiceAr\ Nerd\ Font:h16,\ Hack\ Nerd\ Font:h16,\ Ricty\ Discord\ for\ Powerline:h16,\ Ricty:h16,\ Monaco:h16
set printfont=Hack\ Nerd\ Font:h16,\ Ricty\ Discord\ for\ Powerline:h16,\ Ricty:h16,\ Monaco:h16
endif
" }}}
" # Color Scheme {{{
Expand Down
4 changes: 2 additions & 2 deletions .wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ end
return {
--use_ime = false, -- awaiting fixed https://github.com/wez/wezterm/issues/2771
--debug_key_events = true,
--font = wezterm.font "Hack Nerd Font",
font = wezterm.font "MonaspiceXe Nerd Font",
font = wezterm.font "Hack Nerd Font",
--font = wezterm.font "MonaspiceXe Nerd Font",
font_size = 22,
line_height = 1.1,
color_schemes = {
Expand Down
1 change: 0 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ cask 'kindle'
cask 'messenger'
cask 'spectacle'
#cask 'rectangle'
cask 'font-monaspace-nerd-font'
cask 'font-hack-nerd-font'
cask 'font-victor-mono'
cask 'font-victor-mono-nerd-font'
Expand Down

0 comments on commit 951e2d0

Please sign in to comment.