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