Remove DejaVu font

This commit is contained in:
ViViDboarder 2024-07-19 15:08:46 -07:00
parent d2e67b404f
commit f011bbe426

View File

@ -20,12 +20,6 @@ set hlsearch
if IsGuiApp() if IsGuiApp()
if IsWindows() if IsWindows()
set guifont=Consolas:h10:b 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
endif endif
" }} " }}