diff options
-rw-r--r-- | InstructorEditProfile.ui.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/InstructorEditProfile.ui.qml b/InstructorEditProfile.ui.qml index 10cc387..2880e28 100644 --- a/InstructorEditProfile.ui.qml +++ b/InstructorEditProfile.ui.qml @@ -181,6 +181,10 @@ Flickable { background: Rectangle { color: "transparent" } + font { + family: doesntEmbed ? "Roboto" : regular.name + pointSize: 15 + } } Rectangle { @@ -206,6 +210,10 @@ Flickable { background: Rectangle { color: "transparent" } + font { + family: doesntEmbed ? "Roboto" : regular.name + pointSize: 15 + } } } } |