1

Home: Update neovide font

This commit is contained in:
2025-07-08 19:07:40 +02:00
parent 228ad95cd7
commit 02bf4eb02e
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ if g.neovide then
-- Neovide Fonts
-- o.guifont = "JetBrainsMono Nerd Font Mono:h12:Medium"
o.guifont = "MonoLisa:h12:Medium"
o.guifont = "MonoLisa Alt Script:h12:Medium"
else
-- require("notify").notify("Not running in NeoVide")
end