Switch from JetBrains to Roboto.

This commit is contained in:
Bartek Stalewski 2022-02-24 15:19:38 +01:00
parent 7836d8b0be
commit f11e6c927f
4 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "JetBrainsMono Nerd Font Mono:style=Medium:pixelsize=14";
static char *font = "RobotoMono Nerd Font:style=Medium:pixelsize=14";
static char *font2[] = { "Noto Color Emoji:pixelsize=12" };
static int borderpx = 5;