Use Liberation Sans for notifications but with glyph fallback

This commit is contained in:
David Heinemeier Hansson
2026-05-17 09:12:41 +02:00
parent f54c0fb377
commit 881b5d177f
2 changed files with 11 additions and 2 deletions
@@ -199,7 +199,7 @@ Rectangle {
Layout.fillWidth: true
visible: root.summary.length > 0
text: root.summary
font.family: root.fontFamily
font.family: "Liberation Sans"
color: Color.notifications.text
font.pixelSize: 13
font.bold: true
@@ -214,7 +214,7 @@ Rectangle {
visible: root.body.length > 0
text: root.sanitizeBody(root.body)
textFormat: Text.StyledText
font.family: root.fontFamily
font.family: "Liberation Sans"
color: root.bodyColor
font.pixelSize: 13
wrapMode: Text.WordWrap