summaryrefslogtreecommitdiff
path: root/Home/Default/Counter.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Home/Default/Counter.ui.qml')
-rw-r--r--Home/Default/Counter.ui.qml7
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