Closed wezm closed 1 year ago
Gnvim was rewritten from ground up for gtk4, and it now supports setting multiple fonts through guifont
. You can see the details for setting the font here: https://docs.gtk.org/Pango/type_func.FontDescription.from_string.html
guifont
can be set to a list of fonts but gnvim only supports parsing a single fonthttps://github.com/vhakulinen/gnvim/blob/6ba47373545c6e9be3677a3ae695415809cf2fdf/src/ui/font.rs#L33