Use Liberation Mono font instead of DejaVu Sans Mono

This commit is contained in:
Anthony Rose 2019-07-17 14:14:05 +01:00
parent aced103ceb
commit d79657f544

2
vimrc
View file

@ -130,7 +130,7 @@ if has("gui_running")
if has("gui_gtk") if has("gui_gtk")
set clipboard=unnamedplus set clipboard=unnamedplus
set guifont=Iosevka\ Term\ Light\ 11, set guifont=Iosevka\ Term\ Light\ 11,
\DejaVu\ Sans\ Mono\ 11, \Liberation\ Mono\ 11,
\Monospace\ Regular\ 11 \Monospace\ Regular\ 11
elseif has("gui_win32") elseif has("gui_win32")
set clipboard=unnamed set clipboard=unnamed