commit 2b946b5d192096a75d161061f50877ea70ec062f
parent 5d47a4e0b30207f29287f3cdf65fe2a85e0c51df
Author: Chris Bracken <chris@bracken.jp>
Date: Thu, 6 Aug 2015 22:42:54 -0700
Prefer Ricty as GUI font.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.vim/vimrc b/.vim/vimrc
@@ -112,7 +112,7 @@ if &t_Co > 2 || has("gui_running")
if has("gui_macvim")
set guifont=Menlo:h11
elseif has("unix")
- set guifont=Fixed\ 10,Source\ Code\ Pro\ 10,Monospace\ 10
+ set guifont=Ricty\ 10,Fixed\ 10,Source\ Code\ Pro\ 10,Monospace\ 10
endif
endif