Add custom fonts
JoohanV opened this issue · 5 comments
Until it is available as a feature, you can do the following modifications to use the needed font:
change it to:
const fontDesc = Pango.FontDescription.from_string("MesloLGS NF 16");
@nvdl Any idea how to make the font smaller? Even when I changed 16
it made no difference
@nvdl Any idea how to make the font smaller? Even when I changed
16
it made no difference
Found it: there are inbuilt hotkeys to manipulate the font (Ctrl+Alt+= to increase and Ctrl+Alr+- to decrease by default)
@nvdl Any idea how to make the font smaller? Even when I changed
16
it made no differenceFound it: there are inbuilt hotkeys to manipulate the font (Ctrl+Alt+= to increase and Ctrl+Alr+- to decrease by default)
I think reloading Gnome shell will also work after updating the font size.
Alt+F2, type in "r" without quotes and press enter.