diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2021-08-12 21:49:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-12 21:49:16 -0500 |
| commit | c0c676474bcd813291dac793c1ab9c0bd81fe64c (patch) | |
| tree | 01d9a253cb20089b794547df8f316506a3a2d845 | |
| parent | a0372c45fad22eb43dbe68c35918fdd255b11f0b (diff) | |
change font*
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "mono:pixelsize=16:antialias=true:autohint=true"; +static char *font = "FiraCode-Regular:pixelsize=16:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { /* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ |
