Merge pull request #1086 from nymea/stylebase-font-update
Update StyleBase to use the same font everywherepull/1087/head
commit
8f32137645
|
|
@ -43,27 +43,27 @@ Item {
|
|||
|
||||
// Fonts
|
||||
readonly property font extraSmallFont: Qt.font({
|
||||
family: "Ubuntu",
|
||||
family: fontFamily,
|
||||
pixelSize: 10
|
||||
})
|
||||
readonly property font smallFont: Qt.font({
|
||||
family: "Ubuntu",
|
||||
family: fontFamily,
|
||||
pixelSize: 13
|
||||
})
|
||||
readonly property font font: Qt.font({
|
||||
family: "Ubuntu",
|
||||
family: fontFamily,
|
||||
pixelSize: 16
|
||||
})
|
||||
readonly property font bigFont: Qt.font({
|
||||
family: "Ubuntu",
|
||||
family: fontFamily,
|
||||
pixelSize: 20
|
||||
})
|
||||
readonly property font largeFont: Qt.font({
|
||||
family: "Ubuntu",
|
||||
family: fontFamily,
|
||||
pixelSize: 32
|
||||
})
|
||||
readonly property font hugeFont: Qt.font({
|
||||
family: "Ubuntu",
|
||||
family: fontFamily,
|
||||
pixelSize: 46
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue