tweak font axes

This commit is contained in:
lucy 2026-02-09 12:07:07 +01:00
parent d45beea1c2
commit 7a993c044d

View File

@ -4,10 +4,14 @@ import qs.settings
Text { Text {
color: Colors.onSurfaceColor color: Colors.onSurfaceColor
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignHCenter
font.family: "Material Symbols Rounded" font.family: "Material Symbols Rounded"
font.pixelSize: 14 font.pixelSize: 18
font.variableAxes: ({ font.variableAxes: ({
GRAD: 200, FILL: 0,
GRAD: -25,
opsz: 36,
wght: 400 wght: 400
}) })
} }