changes to font
This commit is contained in:
parent
320826cdda
commit
d8cf594e5a
@ -9,7 +9,7 @@ CustomText {
|
|||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
font {
|
font {
|
||||||
hintingPreference: Font.PreferNoHinting
|
hintingPreference: Font.PreferNoHinting
|
||||||
family: "Material Symbols Rounded"
|
family: "Material Symbols Outlined"
|
||||||
pixelSize: iconSize
|
pixelSize: iconSize
|
||||||
weight: Font.Normal + (Font.DemiBold - Font.Normal) * truncatedFill
|
weight: Font.Normal + (Font.DemiBold - Font.Normal) * truncatedFill
|
||||||
variableAxes: {
|
variableAxes: {
|
||||||
|
|||||||
@ -3,12 +3,8 @@ import qs
|
|||||||
import qs.settings
|
import qs.settings
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
verticalAlignment: Text.AlignVCenter
|
|
||||||
color: Colors.onSurfaceColor
|
color: Colors.onSurfaceColor
|
||||||
font.family: Settings.config.font
|
font.family: Settings.config.font
|
||||||
font.pixelSize: Settings.config.fontSize
|
font.pixelSize: Settings.config.fontSize
|
||||||
font.variableAxes: ({
|
font.weight: Settings.config.fontWeight
|
||||||
GRAD: 200,
|
|
||||||
wght: 400
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user