summaryrefslogtreecommitdiff
path: root/gui/main.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-11-30 15:38:04 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-11-30 21:22:00 +0100
commit9103f2f8de3ec59c0b256bf600b5abf30e05a345 (patch)
tree096b446a354c5ddb5e744e9a1d03fe99421ac456 /gui/main.qml
parent451f6fef9d707e121cd3d14b3114f7be4e3b2444 (diff)
[ui] change fonts
thin font was not rendered properly in osx. workarounds no longer necessary; main.cpp tried a font load that doesn't need to be done in c++.
Diffstat (limited to 'gui/main.qml')
-rw-r--r--gui/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/main.qml b/gui/main.qml
index 7fd38ab..a3a0922 100644
--- a/gui/main.qml
+++ b/gui/main.qml
@@ -55,7 +55,7 @@ ApplicationWindow {
FontLoader {
id: lightFont
- source: "qrc:/poppins-light.ttf"
+ source: "qrc:/poppins-regular.ttf"
}
FontLoader {