From 04f2c43c6eea53c301f63a36f8882cef2f94859f Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Sat, 8 Feb 2025 22:15:53 -0500 Subject: Change default body font to Roboto Let's try this. --- ui/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app.css') diff --git a/ui/app.css b/ui/app.css index 8f94b5e..886dd7e 100644 --- a/ui/app.css +++ b/ui/app.css @@ -14,7 +14,7 @@ body { background-color: var(--colour-active-channel-bg); color: var(--dark-text); - font-family: "Alegreya"; + font-family: "Roboto"; } hr { -- cgit v1.2.3