From 2150859847befce4cd636d93bee94dbdd900a856 Mon Sep 17 00:00:00 2001 From: zach Date: Mon, 31 Aug 2026 22:54:44 +0200 Subject: [PATCH] fix: font family --- Components/TextEditBase.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Components/TextEditBase.qml b/Components/TextEditBase.qml index 1dd7776..8eb49a3 100644 --- a/Components/TextEditBase.qml +++ b/Components/TextEditBase.qml @@ -12,6 +12,7 @@ TextEdit { color: Colors.palette.m3onSurface cursorVisible: !readOnly font.pointSize: Tokens.font.size.small + font.family: Config.appearance.font.family.sans renderType: TextField.NativeRendering selectedTextColor: color selectionColor: Qt.alpha(Colors.palette.m3primary, 0.4)