mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 07:49:57 +00:00
desktop: swap fonts to NotoSans NF and UbuntuSansMono Nerd Font
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
(load-theme 'nordic-night t))
|
||||
|
||||
;; Setting default font
|
||||
(set-frame-font "LiterationMono Nerd Font 14" nil t)
|
||||
(set-frame-font "UbuntuSansMono Nerd Font 14" nil t)
|
||||
|
||||
(add-to-list 'default-frame-alist
|
||||
'(font . "FantasqueSansM Nerd Font-14"))
|
||||
'(font . "UbuntuSansMono Nerd Font-14"))
|
||||
|
||||
;; Remove toolbar
|
||||
(tool-bar-mode -1)
|
||||
|
||||
Reference in New Issue
Block a user