diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-21 20:44:50 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-21 20:44:50 +0800 |
commit | d8b87b4215aa1d67eb2e7462d66fb21774de82bf (patch) | |
tree | d3a2e8bec213c3002801e7004b6c116fe6bf97f7 /Home | |
parent | 7fd7ddd198d5f3527e64c1a0d31d5c44cf90b907 (diff) |
Rename to fwNormal & set counter font weights
Diffstat (limited to 'Home')
-rw-r--r-- | Home/Default/Counter.ui.qml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Home/Default/Counter.ui.qml b/Home/Default/Counter.ui.qml index 587d463..b2b0759 100644 --- a/Home/Default/Counter.ui.qml +++ b/Home/Default/Counter.ui.qml @@ -41,6 +41,7 @@ Item { text: count font { family: Eduport.hFont.family + weight: Eduport.hFont.weight pointSize: 20.1 + .00075 * parent.width } @@ -50,8 +51,10 @@ Item { Label { text: title font { - family: Eduport.normalFont - .family + family: Eduport.fwNormalFont + .family + weight: Eduport.fwNormalFont + .weight pointSize: h6FontSize } Layout.fillWidth: true |