Use Iosevka Tem Light (instead of Regular)
This commit is contained in:
parent
66b9547611
commit
5b2826d221
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -129,7 +129,7 @@ endif
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
if has("gui_gtk")
|
if has("gui_gtk")
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
set guifont=Iosevka\ Term\ 11,
|
set guifont=Iosevka\ Term\ Light\ 11,
|
||||||
\DejaVu\ Sans\ Mono\ 11,
|
\DejaVu\ Sans\ Mono\ 11,
|
||||||
\Monospace\ Regular\ 11
|
\Monospace\ Regular\ 11
|
||||||
elseif has("gui_win32")
|
elseif has("gui_win32")
|
||||||
|
|
Loading…
Reference in a new issue