From 57cf70bae622ccd1bf5e9b0f9d69150ba4bfbdd1 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 23 Mar 2023 14:12:31 -0400 Subject: [PATCH] make Aile a bit thicker by default Signed-off-by: Xe Iaso --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index df7c710..8e160db 100644 --- a/flake.nix +++ b/flake.nix @@ -86,9 +86,9 @@ }; }; weights.regular = { - shape = 300; - menu = 300; - css = 300; + shape = 400; + menu = 400; + css = 400; }; inherit metric-override; };