new font??? config options

This commit is contained in:
Zacharias-Brohn
2025-11-25 13:03:02 +01:00
parent 6a4479b8a3
commit 606cafb2ba
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ Text {
renderType: Text.NativeRendering
textFormat: Text.PlainText
color: DynamicColors.palette.m3onSurface
font.family: "Segoe UI Variable Text"
font.family: Config.baseFont
font.pointSize: 12
Behavior on color {