tweak font axes
This commit is contained in:
parent
d45beea1c2
commit
7a993c044d
@ -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
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user