From 241e40ad8023922be73213a518c9624f737de066 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 1 Mar 2026 18:31:32 +0530 Subject: Change font --- config/qutebrowser/homepage/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/qutebrowser/homepage') diff --git a/config/qutebrowser/homepage/index.html b/config/qutebrowser/homepage/index.html index e703030..6cadc9e 100644 --- a/config/qutebrowser/homepage/index.html +++ b/config/qutebrowser/homepage/index.html @@ -15,7 +15,7 @@ padding: 0; background-color: var(--col-primary); color: #fff; - font-family: JetBrains Mono, sans-serif; + font-family: CozetteVector, monospace; } html, body, body * { box-sizing: border-box } -- cgit v1.3.1