Use the Light varient of Source Code Pro for the Vim GUI
This commit is contained in:
parent
102567a830
commit
f07bb147c1
1 changed files with 1 additions and 1 deletions
2
gvimrc
2
gvimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue