Use Source Code Pro 10 on Windows GUI

This commit is contained in:
Kenneth Benzie 2022-04-29 21:57:05 +01:00
parent 51c56a8633
commit 68c699882d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
if exists(':GuiFont')
if platform#is_windows()
GuiFont! Consolas:h9
GuiFont! Source\ Code\ Pro:h10
else
GuiFont Source\ Code\ Pro:h9
endif

2
gvimrc
View File

@ -6,7 +6,7 @@
set guioptions=aegi
if platform#is_windows()
set guifont=Consolas:h10:cDEFAULT
set guifont=Source\ Code\ Pro:h10
else
" Set default font
set guifont=Source\ Code\ Pro\ Medium\ 9