Use Liberation Mono instead of Source Code Pro
This commit is contained in:
parent
4fa7bb9f5c
commit
a8073599ae
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -117,8 +117,8 @@ endif
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
if has("gui_gtk2") || has("gui_gtk3")
|
if has("gui_gtk2") || has("gui_gtk3")
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
set guifont=Source\ Code\ Pro\ 10,
|
set guifont=Liberation\ Mono\ 9,
|
||||||
\Monospace\ Regular\ 10
|
\Monospace\ Regular\ 9
|
||||||
elseif has("gui_win32")
|
elseif has("gui_win32")
|
||||||
set clipboard=unnamed
|
set clipboard=unnamed
|
||||||
set guifont=Source_Code_Pro:h9:cANSI:qDRAFT,
|
set guifont=Source_Code_Pro:h9:cANSI:qDRAFT,
|
||||||
|
|
Loading…
Reference in a new issue