diff --git a/.config/quickshell/ii/modules/background/CookieClock.qml b/.config/quickshell/ii/modules/background/CookieClock.qml index cf31f21bf..011cf8882 100644 --- a/.config/quickshell/ii/modules/background/CookieClock.qml +++ b/.config/quickshell/ii/modules/background/CookieClock.qml @@ -348,7 +348,7 @@ Item { onPaint: { var ctx = getContext("2d"); ctx.clearRect(0,0,width,height); - ctx.font = "700 30px gabarito"; + ctx.font = "700 30px " + Appearance.font.family.title; var text = DateTime.date.substring(0,3) + " " + DateTime.date.substring(4,7); var radius = 78;