diff options
author | rafa_99 <rafa99@protonmail.com> | 2021-02-10 17:02:55 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2021-02-10 17:02:55 +0000 |
commit | d4ad21d69a85cfe907c5834ab4188d40f64e1dc6 (patch) | |
tree | f7e049472f7ba42f913c32e82960381dbf2bd91d | |
parent | eb88254811d1fac3370feeb6c90d8a83d43f9b72 (diff) |
Updated Font to Fira Code
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "JetBrains Mono Nerd Font:pixelsize=14:antialias=true:autohint=true"; +static char *font = "FiraCode Nerd Font:pixelsize=16:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { "Symbola:pixelsize=14:antialias=true:autohint=true", |