summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2021-02-10 17:03:35 +0000
committerrafa_99 <rafa99@protonmail.com>2021-02-10 17:03:35 +0000
commit99d71a7f35c515e26c7b7b1415a3517f3376695d (patch)
treee7bfb99ff55a87686096cdaa6223555c536e7bb2
parentaad12745da2bbc7482f45bce8fd4dc29cf112662 (diff)
Updated Font to Fira Code
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index a112d18..800844d 100644
--- a/config.h
+++ b/config.h
@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
static char *fontfallbacks[] = {
- "JetBrains Mono Nerd Font",
+ "FiraCode Nerd Font",
};
#define NUMFONTSCALES 42
#define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */