From 34ff818e1b47e886ed7632ebd16fea18e76b6f1d Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Mon, 27 May 2024 19:34:49 -0400 Subject: [PATCH] qutebrowser: use Inter font --- src/.config/qutebrowser/config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/.config/qutebrowser/config.py b/src/.config/qutebrowser/config.py index 28bbb62..cbb0ca5 100644 --- a/src/.config/qutebrowser/config.py +++ b/src/.config/qutebrowser/config.py @@ -34,13 +34,13 @@ c.prompt.radius = 0 # Fonts c.fonts.default_size = "13pt" -c.fonts.default_family = "Liberation Sans" +c.fonts.default_family = "Inter Display" c.fonts.prompts = "default_size default_family" c.fonts.tooltip = "default_size default_family" -c.fonts.web.family.serif = "Liberation Sans" -c.fonts.web.family.sans_serif = "Liberation Sans" -c.fonts.web.family.standard = "Liberation Sans" +c.fonts.web.family.serif = "Inter" +c.fonts.web.family.sans_serif = "Inter" +c.fonts.web.family.standard = "Inter" c.fonts.web.family.fixed = "JetBrains Mono" config.bind("td", "config-cycle colors.webpage.darkmode.enabled true false;; restart")