diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-03-01 18:31:32 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-03-01 18:35:18 +0530 |
| commit | 241e40ad8023922be73213a518c9624f737de066 (patch) | |
| tree | 5f47daadcca38c43f72eaf2bdb019b47a5636c01 /config/qutebrowser | |
| parent | 0ae7cfc4746d7934fbea947388151b1818cdba87 (diff) | |
| download | nixos-config-241e40ad8023922be73213a518c9624f737de066.tar.gz nixos-config-241e40ad8023922be73213a518c9624f737de066.zip | |
Change font
Diffstat (limited to 'config/qutebrowser')
| -rw-r--r-- | config/qutebrowser/homepage/index.html | 2 | ||||
| -rw-r--r-- | config/qutebrowser/ui.py | 2 |
2 files changed, 2 insertions, 2 deletions
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 } diff --git a/config/qutebrowser/ui.py b/config/qutebrowser/ui.py index db59e76..6378c2d 100644 --- a/config/qutebrowser/ui.py +++ b/config/qutebrowser/ui.py @@ -15,7 +15,7 @@ def read_xresources(prefix): xresources = read_xresources('*') -c.fonts.default_family = 'JetBrainsMono Nerd Font' +c.fonts.default_family = 'monospace' c.fonts.default_size = '12px' c.colors.webpage.preferred_color_scheme = 'dark' |
