digital clock: add font.family option

This commit is contained in:
vaguesyntax
2025-12-14 13:48:37 +03:00
parent 15481c646a
commit 0e3b3eceb6
3 changed files with 13 additions and 0 deletions
@@ -191,6 +191,7 @@ Singleton {
property bool animateChange: true
property bool vertical: false
property JsonObject font: JsonObject {
property string family: "Google Sans Flex"
property real weight: 350
property real width: 100
property real size: 90