increase font weight

This commit is contained in:
ebbit1q 2026-01-24 21:34:27 +01:00
parent 5d3e2a2586
commit 67b3ea77ba

View file

@ -41,7 +41,7 @@ QString HomeStyledButton::generateButtonStylesheet(const QPair<QColor, QColor> &
return QString(R"(
QPushButton {
font-size: 34px;
font-weight: bold;
font-weight: 1000;
font-family: sans-serif, "Segoe UI", "Helvetica Neue";
padding: 30px;
color: white;