mirror of
1
0
Fork 0

Merge pull request #148 from MagiCarbon/patch-1

the font name setting for the GTK+ 2 GUI.
This commit is contained in:
Amir Salihefendic 2016-02-20 11:42:49 +00:00
commit 1f504ad009
1 changed files with 3 additions and 1 deletions

View File

@ -13,8 +13,10 @@ if has("mac") || has("macunix")
set gfn=Hack:h14,Source\ Code\ Pro:h15,Menlo:h15
elseif has("win16") || has("win32")
set gfn=Hack:h14,Source\ Code\ Pro:h12,Bitstream\ Vera\ Sans\ Mono:h11
elseif has("gui_gtk2")
set gfn=Hack\ 14,Source\ Code\ Pro\ 12,Bitstream\ Vera\ Sans\ Mono\ 11
elseif has("linux")
set gfn=Hack:h14,Source\ Code\ Pro:h12,Bitstream\ Vera\ Sans\ Mono:h11
set gfn=Hack\ 14,Source\ Code\ Pro\ 12,Bitstream\ Vera\ Sans\ Mono\ 11
elseif has("unix")
set gfn=Monospace\ 11
endif