From ec88616e356b5696722ae39c942321f5049a7dd1 Mon Sep 17 00:00:00 2001 From: Alexander Weidinger Date: Fri, 7 Dec 2018 23:37:00 +0100 Subject: [PATCH] Use RobotoMono with size 15 as font --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 82b1b09..f148543 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 = "RobotoMono:pixelsize=15:antialias=true:autohint=true"; static int borderpx = 2; /*