update font for headlines to dotrice

This commit is contained in:
talksik
2025-06-06 08:05:57 -07:00
parent 2a58da6759
commit f97f853baf
+2 -2
View File
@@ -3,7 +3,7 @@ import QtQuick.Controls.Basic
Text {
color: Theme.primaryText
font.family: Fonts.plusJakartaSans
font.bold: false
font.family: Fonts.dotrice
font.bold: true
font.pointSize: 35
}