Update default font on windows

This commit is contained in:
Alex Yatskov 2020-08-01 20:51:05 -07:00
parent d5366e1970
commit 984cb78031

View File

@ -60,7 +60,7 @@ if has('gui_running')
if has('unix') if has('unix')
set guifont=Source\ Code\ Pro\ Regular\ 10 set guifont=Source\ Code\ Pro\ Regular\ 10
else else
set guifont=Terminus:h12 set guifont=Lucida_Console:h10
endif endif
endif endif