From e24c41920cc984440e2373d2c124be5f181ed62a Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Thu, 16 Jan 2025 22:28:47 -0300 Subject: [PATCH] :sparkles: eww(bar): use Cantarell font by default --- eww/styles/bar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/eww/styles/bar.scss b/eww/styles/bar.scss index 96f6f61..4046945 100644 --- a/eww/styles/bar.scss +++ b/eww/styles/bar.scss @@ -5,6 +5,7 @@ padding-bottom: 0; & label { + font-family:"Cantarell"; font-weight: 500; } }