summaryrefslogtreecommitdiff
path: root/InstructorEditProfile.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-18 18:51:11 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-18 18:51:11 +0800
commit063b50fe23d7c5dfe15e8f5a31d95236fb739786 (patch)
tree508359d46302751b1f1159d4c46b2d2074125253 /InstructorEditProfile.ui.qml
parent289ac9e5d334ac051a42d1625d381a94362287e9 (diff)
Change button medium font
Diffstat (limited to 'InstructorEditProfile.ui.qml')
-rw-r--r--InstructorEditProfile.ui.qml8
1 files changed, 7 insertions, 1 deletions
diff --git a/InstructorEditProfile.ui.qml b/InstructorEditProfile.ui.qml
index 5918c18..e58abbf 100644
--- a/InstructorEditProfile.ui.qml
+++ b/InstructorEditProfile.ui.qml
@@ -17,6 +17,11 @@ Flickable {
}
FontLoader {
+ id: medium
+ source: "Roboto/Roboto-Medium.ttf"
+ }
+
+ FontLoader {
id: regular
source: "Roboto/Roboto-Regular.ttf"
}
@@ -119,7 +124,8 @@ Flickable {
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
font {
- family: doesntEmbed ? "Roboto" : regular.name
+ family: doesntEmbed ? "Roboto" : medium.name
+ weight: Font.Medium
pointSize: 15
}
}