-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Was looking for this because the right arrow isn't displaying for me.
I'll mention that in Discord and see if it's worth tracking as a bug or if it's something unique to my system.
Regardless, this seems like something that would be good to have in documentation somewhere.
Found this in Discord.
(let ((font-regular #P"/home/andy/.guix-profile/share/fonts/truetype/MononokiNerdFont-Regular.ttf")
(font-bold #P"/home/andy/.guix-profile/share/fonts/truetype/MononokiNerdFont-Bold.ttf"))
(when (and (uiop:file-exists-p font-regular)
(uiop:file-exists-p font-bold))
(lem-sdl2/display:change-font (lem-sdl2/display:current-display)
(lem-sdl2/font:make-font-config
:latin-normal-file font-regular
:latin-bold-file font-bold
:cjk-normal-file font-regular
:cjk-bold-file font-bold))))
Metadata
Metadata
Assignees
Labels
No labels