summaryrefslogtreecommitdiff
path: root/modules/lock
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lock')
-rw-r--r--modules/lock/Center.qml4
-rw-r--r--modules/lock/Media.qml1
2 files changed, 5 insertions, 0 deletions
diff --git a/modules/lock/Center.qml b/modules/lock/Center.qml
index fecd4aa..574894b 100644
--- a/modules/lock/Center.qml
+++ b/modules/lock/Center.qml
@@ -30,6 +30,7 @@ ColumnLayout {
text: root.timeComponents[0]
color: Colours.palette.m3secondary
font.pointSize: Math.floor(Appearance.font.size.extraLarge * 3 * root.centerScale)
+ font.family: Appearance.font.family.clock
font.bold: true
}
@@ -38,6 +39,7 @@ ColumnLayout {
text: ":"
color: Colours.palette.m3primary
font.pointSize: Math.floor(Appearance.font.size.extraLarge * 3 * root.centerScale)
+ font.family: Appearance.font.family.clock
font.bold: true
}
@@ -46,6 +48,7 @@ ColumnLayout {
text: root.timeComponents[1]
color: Colours.palette.m3secondary
font.pointSize: Math.floor(Appearance.font.size.extraLarge * 3 * root.centerScale)
+ font.family: Appearance.font.family.clock
font.bold: true
}
@@ -61,6 +64,7 @@ ColumnLayout {
text: root.timeComponents[2] ?? ""
color: Colours.palette.m3primary
font.pointSize: Math.floor(Appearance.font.size.extraLarge * 2 * root.centerScale)
+ font.family: Appearance.font.family.clock
font.bold: true
}
}
diff --git a/modules/lock/Media.qml b/modules/lock/Media.qml
index 0f0f3f4..be289eb 100644
--- a/modules/lock/Media.qml
+++ b/modules/lock/Media.qml
@@ -91,6 +91,7 @@ Item {
color: Colours.palette.m3primary
horizontalAlignment: Text.AlignHCenter
font.pointSize: Appearance.font.size.large
+ font.family: Appearance.font.family.mono
font.weight: 600
elide: Text.ElideRight
}