summaryrefslogtreecommitdiff
path: root/config/qutebrowser
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-26 23:39:55 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-26 23:39:55 +0400
commitc62d2b1ff035ca608695e8c932e6efafcfab463e (patch)
treec31bbd7e5fb24fff81b8c25f1797f9926be164fa /config/qutebrowser
parent554a7634f685fec19d2e7e4d93fb5a0348dd16f9 (diff)
fix(qutebrowser): use a font that is installed on the system
Diffstat (limited to 'config/qutebrowser')
-rwxr-xr-xconfig/qutebrowser/startpage/index.html2
1 files changed, 1 insertions, 1 deletions
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;