1
0
Fork 0
mirror of synced 2024-11-23 09:15:35 -05:00

the font name setting for the GTK+ 2 GUI.

This commit is contained in:
Moriarty!~~ 2016-01-15 13:43:56 +08:00 committed by Siew Yi Liang
parent de270bf549
commit 316ac05761

View file

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