Switch font to SemiLight
This commit is contained in:
parent
67e136c6cf
commit
0fc2aa3f1e
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -265,7 +265,7 @@ if has('gui_running')
|
||||||
set guifont=Monospace\ 10
|
set guifont=Monospace\ 10
|
||||||
elseif has('gui_win32')
|
elseif has('gui_win32')
|
||||||
set clipboard=unnamed
|
set clipboard=unnamed
|
||||||
set guifont=Cascadia_Code:h10:cANSI
|
set guifont=Cascadia_Code_SemiLight:h10:W350:cANSI:qDRAFT
|
||||||
set rop=type:directx
|
set rop=type:directx
|
||||||
endif
|
endif
|
||||||
set columns=132
|
set columns=132
|
||||||
|
|
Loading…
Reference in a new issue