Add antialias and autohint to font

This commit is contained in:
2026-01-14 09:37:33 +01:00
parent b14af08e9e
commit 5bbe65082c
+2 -2
View File
@@ -1,9 +1,9 @@
/* 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 snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */