From 608270bdd34f57dbbaaebf824e1aa12089a13f76 Mon Sep 17 00:00:00 2001 From: aria Date: Tue, 27 May 2025 00:52:20 +1000 Subject: [PATCH] feat(halloy): add font config to halloy --- halloy/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/halloy/config.toml b/halloy/config.toml index 96e4f62..e990a97 100644 --- a/halloy/config.toml +++ b/halloy/config.toml @@ -3,6 +3,10 @@ # For a complete list of available options, # please visit https://halloy.chat/configuration/ +[font] +family = "TX-02" +size = 20 + [servers.liberachat] nickname = "aria-coffee" server = "irc.libera.chat"