add more fonts

This commit is contained in:
ebbit1q 2026-01-24 21:28:13 +01:00
parent bde0a584bf
commit 5d3e2a2586

View file

@ -42,7 +42,7 @@ QString HomeStyledButton::generateButtonStylesheet(const QPair<QColor, QColor> &
QPushButton {
font-size: 34px;
font-weight: bold;
font-family: sans-serif;
font-family: sans-serif, "Segoe UI", "Helvetica Neue";
padding: 30px;
color: white;
border: 2px solid %1;