diff options
author | rafa_99 <rafa99@protonmail.com> | 2021-02-10 17:03:35 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2021-02-10 17:03:35 +0000 |
commit | 99d71a7f35c515e26c7b7b1415a3517f3376695d (patch) | |
tree | e7bfb99ff55a87686096cdaa6223555c536e7bb2 /config.h | |
parent | aad12745da2bbc7482f45bce8fd4dc29cf112662 (diff) |
Updated Font to Fira Code
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] */ |