From c62d2b1ff035ca608695e8c932e6efafcfab463e Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Thu, 26 Jun 2025 23:39:55 +0400 Subject: fix(qutebrowser): use a font that is installed on the system --- config/qutebrowser/startpage/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/qutebrowser/startpage/index.html') diff --git a/config/qutebrowser/startpage/index.html b/config/qutebrowser/startpage/index.html index 05a074f..16eec12 100755 --- a/config/qutebrowser/startpage/index.html +++ b/config/qutebrowser/startpage/index.html @@ -9,7 +9,7 @@ height: 100vh; display: flex; align-items: center; - font-family: "JetBrains Mono"; + font-family: 'Roboto Mono', monospace; font-size: 11px; justify-content: center; background: #212121; -- cgit v1.2.3