summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2021-01-16 15:44:53 +0000
committerrafa_99 <rafa99@protonmail.com>2021-01-16 15:44:53 +0000
commitaad12745da2bbc7482f45bce8fd4dc29cf112662 (patch)
tree347bc925ef59d52341f5f4704cdb90fdeb25b58f
parent2bf1467298802cf5e8efd8dbb89f4b01c85d7cbb (diff)
Updated Font
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index ebf12a6..a112d18 100644
--- a/config.h
+++ b/config.h
@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
static char *fontfallbacks[] = {
- "Ubuntu Mono Nerd Font",
+ "JetBrains Mono Nerd Font",
};
#define NUMFONTSCALES 42
#define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */