Use the Light varient of Source Code Pro for the Vim GUI

This commit is contained in:
Eryn Wells 2013-03-08 09:20:25 -08:00
parent 102567a830
commit f07bb147c1

2
gvimrc
View file

@ -5,7 +5,7 @@ if has('win32') || has('win64') || has('win32unix')
set guifont=Inconsolata:h18
elseif has('mac')
try
set guifont=Source\ Code\ Pro:h13
set guifont=Source\ Code\ Pro\ Light:h13
catch
set guifont=Menlo:h11
endtry