Revert hardcoded font change

This commit is contained in:
Ly-sec 2025-09-12 22:20:46 +02:00
parent be4a69f6e0
commit ff42244c6d
3 changed files with 3 additions and 126 deletions

View file

@ -195,15 +195,6 @@ ColumnLayout {
Layout.bottomMargin: Style.marginS * scaling
}
NText {
text: "Fonts are automatically detected from your system. Inter/Roboto are used as fallbacks when system fonts cannot be detected."
font.pointSize: Style.fontSizeS * scaling
color: Color.mOnSurfaceVariant
wrapMode: Text.WordWrap
Layout.fillWidth: true
Layout.bottomMargin: Style.marginM * scaling
}
// Font configuration section
ColumnLayout {
spacing: Style.marginL * scaling