From 67b3ea77ba0a24d30aafce4ae2cc8d3a6efe7574 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Sat, 24 Jan 2026 21:34:27 +0100 Subject: [PATCH] increase font weight --- cockatrice/src/interface/widgets/general/home_styled_button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;