background: use clock font for the desktop clock font family (#852)

This commit is contained in:
anders130 2025-11-03 09:50:42 +01:00 committed by GitHub
parent 9bc3f378d0
commit 668b422149
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,7 @@ Item {
anchors.centerIn: parent anchors.centerIn: parent
text: Time.format(Config.services.useTwelveHourClock ? "hh:mm:ss A" : "hh:mm:ss") text: Time.format(Config.services.useTwelveHourClock ? "hh:mm:ss A" : "hh:mm:ss")
font.family: Appearance.font.family.clock
font.pointSize: Appearance.font.size.extraLarge font.pointSize: Appearance.font.size.extraLarge
font.bold: true font.bold: true
} }