Clock: change to mono font

This commit is contained in:
Ly-sec 2025-09-14 21:10:16 +02:00
parent 0682315c9d
commit bb7f957e44

View file

@ -125,7 +125,7 @@ Rectangle {
} }
} }
//font.family: Settings.data.ui.fontFixed font.family: Settings.data.ui.fontFixed
font.pointSize: useCompactMode ? Style.fontSizeXXS * scaling : Style.fontSizeXS * scaling font.pointSize: useCompactMode ? Style.fontSizeXXS * scaling : Style.fontSizeXS * scaling
font.weight: Style.fontWeightBold font.weight: Style.fontWeightBold
color: Color.mPrimary color: Color.mPrimary
@ -187,7 +187,7 @@ Rectangle {
} }
// Enable fixed-width font for consistent spacing // Enable fixed-width font for consistent spacing
//font.family: Settings.data.ui.fontFixed font.family: Settings.data.ui.fontFixed
font.pointSize: Style.fontSizeXXS * scaling font.pointSize: Style.fontSizeXXS * scaling
font.weight: Style.fontWeightRegular font.weight: Style.fontWeightRegular
color: Color.mPrimary color: Color.mPrimary