Remove DejaVu font

This commit is contained in:
ViViDboarder 2024-07-19 15:08:46 -07:00
parent 4e5627a9c2
commit 5199eb8e91

View File

@ -20,12 +20,6 @@ set hlsearch
if IsGuiApp()
if IsWindows()
set guifont=Consolas:h10:b
elseif IsMac()
try
set guifont=DejaVu\ Sans\ Mono\ for\ Powerline:h12
catch
" Failed to set font, ok with default
endtry
endif
endif
" }}