mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-05 23:29:27 +01:00
6 lines
116 B
VimL
6 lines
116 B
VimL
if exists("g:GtkGuiLoaded")
|
|
call rpcnotify(1, 'Gui', 'Font', 'Iosevka 12')
|
|
else
|
|
GuiFont! Iosevka:h12
|
|
endif
|
|
|