diff options
-rw-r--r-- | Home/Default.ui.qml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Home/Default.ui.qml b/Home/Default.ui.qml index 5c57eae..17e7fb4 100644 --- a/Home/Default.ui.qml +++ b/Home/Default.ui.qml @@ -64,6 +64,8 @@ Flickable { font { family: Bootstrap.bodyFont .family + weight: Bootstrap.bodyFont + .weight pointSize: Eduport.leadFontSize } } @@ -89,10 +91,12 @@ Flickable { family: Bootstrap .btnFont .family + weight: Bootstrap + .btnFont + .weight pointSize: Bootstrap .btnFont .pointSize - weight: Font.Medium } } background: Rectangle { @@ -216,6 +220,7 @@ Flickable { Layout.bottomMargin: 8 font { family: Eduport.hFont.family + weight: Eduport.hFont.weight pointSize: 22.5 + .01875 * parent.width } @@ -230,6 +235,8 @@ Flickable { font { family: Bootstrap.bodyFont .family + weight: Bootstrap.bodyFont + .weight pointSize: Bootstrap.bodyFont .pointSize } |