Add antialias and autohint to font

This commit is contained in:
2026-01-14 09:37:33 +01:00
parent b14af08e9e
commit 5bbe65082c
+1 -1
View File
@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */ /* See LICENSE file for copyright and license details. */
#define FONT "FiraCodeNerdFont:size=11" #define FONT "FiraCodeNerdFont:size=11:antialias=true:autohint=true"
/* appearance */ /* appearance */
static const unsigned int borderpx = 3; /* border pixel of windows */ static const unsigned int borderpx = 3; /* border pixel of windows */