From 7a993c044d36e10e0d7c15ed274c88a8ca03b0f3 Mon Sep 17 00:00:00 2001 From: lucy Date: Mon, 9 Feb 2026 12:07:07 +0100 Subject: [PATCH] tweak font axes --- reusables/CustomIcon.qml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/reusables/CustomIcon.qml b/reusables/CustomIcon.qml index d57ad0f..9509655 100644 --- a/reusables/CustomIcon.qml +++ b/reusables/CustomIcon.qml @@ -4,10 +4,14 @@ import qs.settings Text { color: Colors.onSurfaceColor + verticalAlignment: Text.AlignVCenter + horizontalAlignment: Text.AlignHCenter font.family: "Material Symbols Rounded" - font.pixelSize: 14 + font.pixelSize: 18 font.variableAxes: ({ - GRAD: 200, + FILL: 0, + GRAD: -25, + opsz: 36, wght: 400 }) }