Update font

This commit is contained in:
Alex Yatskov 2019-05-11 09:17:40 -07:00
parent 3062d4678d
commit 95d359292a

View File

@ -56,9 +56,9 @@ if has('gui_running')
set guioptions-=r
if has('unix')
set guifont=Terminus\ 12
set guifont=Source\ Code\ Pro\ Regular\ 10
else
set guifont=Terminus:h12
set guifont=Source\ Code\ Pro\ Regular:h10
endif
endif