From f518345430280d51fcc450f1bb199b074ef87253 Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Thu, 8 Jan 2026 23:23:27 +0100 Subject: [PATCH] Fix system fonts not working on macos. --- app/qml/Fonts.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/qml/Fonts.qml b/app/qml/Fonts.qml index 3ab52e0..15ef8c2 100644 --- a/app/qml/Fonts.qml +++ b/app/qml/Fonts.qml @@ -54,6 +54,8 @@ QtObject { property bool isSystemFont: fontlist.get(selectedFontIndex).isSystemFont + property string family: fontlist.get(selectedFontIndex).family + // There are two kind of fonts: low resolution and high resolution. // Low resolution font sets the lowResolutionFont property to true. // They are rendered at a fixed pixel size and the texture is upscaled