From d08ce4d933bcc376c6b775d37aa06e450c776ec6 Mon Sep 17 00:00:00 2001 From: lucy Date: Sun, 15 Feb 2026 15:30:27 +0100 Subject: [PATCH] switch font --- reusables/CustomIcon.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reusables/CustomIcon.qml b/reusables/CustomIcon.qml index 4ff3d99..f832433 100644 --- a/reusables/CustomIcon.qml +++ b/reusables/CustomIcon.qml @@ -6,12 +6,12 @@ Text { id: root color: Colors.onSurfaceColor property real iconSize: 16 - property real fill: 1 + property real fill: 0 property real truncatedFill: fill.toFixed(1) // Reduce memory consumption spikes from constant font remapping renderType: Text.NativeRendering font { hintingPreference: Font.PreferNoHinting - family: "Material Symbols Outlined" + family: "Material Symbols Rounded" pixelSize: iconSize weight: Font.Normal + (Font.DemiBold - Font.Normal) * truncatedFill variableAxes: {