Skip to content

Commit 269e9c4

Browse files
committed
feat: add more fonts and change current theme fonts
1 parent f32bcc7 commit 269e9c4

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed

β€ŽEditor/Qml/ETheme.qmlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ QtObject {
1717
property color linkFontColor: Qt.color('#91b9c4')
1818
property color secondaryBgColor: Qt.color('#8e8e8e')
1919

20-
property FontLoader normalFont: FontLoader { source: Qt.url('Resource/Font/MiSans-Normal.ttf') }
21-
property FontLoader boldFont: FontLoader { source: Qt.url('Resource/Font/MiSans-Bold.ttf') }
20+
property FontLoader normalFont: FontLoader { source: Qt.url('Resource/Font/MiSans-Medium.ttf') }
21+
property FontLoader boldFont: FontLoader { source: Qt.url('Resource/Font/MiSans-Semibold.ttf') }
2222
property int tiele1FontSize: 20
2323
property int title2FontSize: 18
2424
property int title3FontSize: 16
7.64 MB
Binary file not shown.
7.8 MB
Binary file not shown.
7.57 MB
Binary file not shown.
7.75 MB
Binary file not shown.
7.68 MB
Binary file not shown.
7.7 MB
Binary file not shown.
7.62 MB
Binary file not shown.
7.83 MB
Binary file not shown.

0 commit comments

Comments
Β (0)