diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2023-05-04 02:50:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-04 02:50:22 +0000 |
| commit | 9892de3813296a70451372856c31634f86ecd9f2 (patch) | |
| tree | bf5e0f8a1429017e3dbfd9900f9a9fbfcade0e79 | |
| parent | 64efa6c2267d987230353c6d4173ae5f77f02e45 (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 = "FiraCode Nerd Font Mono:style=Regular:pixelsize=16:antialias=true:autohint=true"; +static char *font = "JetBrainsMono Nerd Font:style=Regular:pixelsize=16:antialias=true:autohint=true"; static int borderpx = 20; /* |
