diff --git a/cockatrice/src/interface/widgets/general/home_styled_button.cpp b/cockatrice/src/interface/widgets/general/home_styled_button.cpp index e8f2722cd..6023b7fc7 100644 --- a/cockatrice/src/interface/widgets/general/home_styled_button.cpp +++ b/cockatrice/src/interface/widgets/general/home_styled_button.cpp @@ -41,7 +41,7 @@ QString HomeStyledButton::generateButtonStylesheet(const QPair & 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;