From b2a3543d93aa277c8ea2d0c1eee8152ddab77892 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 26 Apr 2017 08:47:56 +0100 Subject: [PATCH] Use font fallback for Windows --- vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 0b0e72d..3c20e2a 100644 --- a/vimrc +++ b/vimrc @@ -106,11 +106,12 @@ endif if has("gui_running") if has("gui_gtk2") - set guifont=Monospace\ Regular\ 10 set clipboard=unnamedplus + set guifont=Monospace\ Regular\ 10 elseif has("gui_win32") - set guifont=Consolas:h10:cANSI set clipboard=unnamed + set guifont=Source_Code_Pro:h9:cANSI:qDRAFT, + \Consolas:h10:cANSI endif set columns=88 set guioptions+=c