From 3f08f570eb4c68274c399f716d29716ba84f9b71 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sat, 14 Sep 2019 19:11:16 +0100 Subject: [PATCH] Use basic system fonts --- vimrc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/vimrc b/vimrc index aeb77b7..b393481 100644 --- a/vimrc +++ b/vimrc @@ -127,13 +127,10 @@ endif if has("gui_running") if has("gui_gtk") set clipboard=unnamedplus - set guifont=Iosevka\ Term\ Light\ 11, - \Liberation\ Mono\ 11, - \Monospace\ Regular\ 11 + set guifont=Monospace\ 11 elseif has("gui_win32") set clipboard=unnamed - set guifont=Source_Code_Pro:h9:cANSI:qDRAFT, - \Consolas:h10:cANSI + set guifont=Consolas:h10:cANSI endif set background=light set columns=88