diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-07-11 14:06:12 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-07-11 14:06:12 +0200 |
commit | 8c0bee8ab328825552874a78fc1d23da04060320 (patch) | |
tree | b49d8bf368512f0e4565709e974cc6e96c34483f | |
parent | 3e1afae00450cf3ddadec904e3f37966bb866209 (diff) |
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ static char *font = "monospace:pixelsize=11:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { - "Symbols Nerd Font:style=2048-em:pixelsize=12:antialias=true:autohint=true"}; + "Symbols Nerd Font:style=Regular:pixelsize=12:antialias=true:autohint=true"}; static int borderpx = 2; /* |