Update Presentation.qml

This commit is contained in:
tiotrom 2020-12-21 16:35:37 +00:00
parent 8aa290aad8
commit 667d3667e9
1 changed files with 3 additions and 3 deletions

View File

@ -76,9 +76,9 @@ Item {
property bool keyShortcutsEnabled: true
property color titleColor: textColor;
property color textColor: "black"
property string fontFamily: "Helvetica"
property string codeFontFamily: "Courier New"
property color textColor: "white"
property string fontFamily: "Ubuntu Condensed"
property string codeFontFamily: "Ubuntu Condensed"
// This is set by the C++ part of Calamares when the slideshow
// becomes visible. You can connect it to a timer, or whatever