As explained in the title, I can edit the css file /usr/share/Yaru-dark/gnome-shell/gnome-shell.css
and write:
stage {
font-family: Ubuntu, Sans-Serif;
font-size: 12pt;
font-weight: bold;
}
But for some reason the font-weight
specification has no effect, however changing the font-size
works fine.
Is it something I am missing in specifying the font?
0 Answers