Use basic system fonts

This commit is contained in:
Anthony Rose 2019-09-14 19:11:16 +01:00
parent 3c6d824e52
commit 3f08f570eb

7
vimrc
View file

@ -127,13 +127,10 @@ 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\ Light\ 11, set guifont=Monospace\ 11
\Liberation\ Mono\ 11,
\Monospace\ Regular\ 11
elseif has("gui_win32") elseif has("gui_win32")
set clipboard=unnamed set clipboard=unnamed
set guifont=Source_Code_Pro:h9:cANSI:qDRAFT, set guifont=Consolas:h10:cANSI
\Consolas:h10:cANSI
endif endif
set background=light set background=light
set columns=88 set columns=88