From 0d99f94ddf28734d6b128bf72f17eeab269fbbd5 Mon Sep 17 00:00:00 2001 From: speedie Date: Sun, 26 Feb 2023 16:10:03 +0100 Subject: [PATCH] switch font to noto regular --- docs/example.Xresources | 2 +- options.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/example.Xresources b/docs/example.Xresources index 47b23ef..f36895c 100644 --- a/docs/example.Xresources +++ b/docs/example.Xresources @@ -1,4 +1,4 @@ -spmenu.font: DejaVu Sans Mono 8 +spmenu.font: Noto Regular 8 spmenu.col_itemnormfg: #bbbbbb spmenu.col_itemnormbg: #222222 spmenu.col_itemselfg: #eeeeee diff --git a/options.h b/options.h index 2d11caf..1f11352 100644 --- a/options.h +++ b/options.h @@ -34,7 +34,7 @@ static int borderwidth = 2; /* Width of the border */ static int bordercentered = 1; /* Draw border only when centered */ /* Font options */ -static char font[] = "DejaVu Sans Mono 8"; /* Font to draw text and Pango markup with. */ +static char font[] = "Noto Regular 8"; /* Font to draw text and Pango markup with. */ /* Symbol options */ static char *leftarrow = "<"; /* Left arrow, used to indicate you can move to the left */