diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-26 23:39:55 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-26 23:39:55 +0400 |
commit | c62d2b1ff035ca608695e8c932e6efafcfab463e (patch) | |
tree | c31bbd7e5fb24fff81b8c25f1797f9926be164fa /config/qutebrowser | |
parent | 554a7634f685fec19d2e7e4d93fb5a0348dd16f9 (diff) |
fix(qutebrowser): use a font that is installed on the system
Diffstat (limited to 'config/qutebrowser')
-rwxr-xr-x | config/qutebrowser/startpage/index.html | 2 |
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; |