diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-11-30 15:38:04 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-30 21:22:00 +0100 |
commit | 9103f2f8de3ec59c0b256bf600b5abf30e05a345 (patch) | |
tree | 096b446a354c5ddb5e744e9a1d03fe99421ac456 /gui/main.qml | |
parent | 451f6fef9d707e121cd3d14b3114f7be4e3b2444 (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.qml | 2 |
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 { |