diff options
Diffstat (limited to 'Label/Hx.ui.qml')
-rw-r--r-- | Label/Hx.ui.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Label/Hx.ui.qml b/Label/Hx.ui.qml index 5e97303..ed008c5 100644 --- a/Label/Hx.ui.qml +++ b/Label/Hx.ui.qml @@ -5,8 +5,8 @@ import Eduport 1.4 Label { wrapMode: Label.Wrap font { - family: Eduport.hFont.family - weight: Eduport.hFont.weight + family: Eduport.hxFont.family + weight: Eduport.hxFont.weight pointSize: Eduport.h6FontSize } } |