From 312d7e8f485a639a1706b6312911e527ddd6a7a4 Mon Sep 17 00:00:00 2001 From: doryan Date: Tue, 10 Sep 2024 18:47:56 +0400 Subject: [PATCH] change font --- config.def.h | 2 +- config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 91ab8ca..4be83f8 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "FiraCode Nerd Font Propo:pixelsize=12:antialias=true:autohint=true"; static int borderpx = 2; /* diff --git a/config.h b/config.h index 91ab8ca..4be83f8 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "FiraCode Nerd Font Propo:pixelsize=12:antialias=true:autohint=true"; static int borderpx = 2; /*