From 5d3e2a25865241651ec3d928393c2362feb89231 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Sat, 24 Jan 2026 21:28:13 +0100 Subject: [PATCH] add more fonts --- 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 0a2cd0844..e8f2722cd 100644 --- a/cockatrice/src/interface/widgets/general/home_styled_button.cpp +++ b/cockatrice/src/interface/widgets/general/home_styled_button.cpp @@ -42,7 +42,7 @@ QString HomeStyledButton::generateButtonStylesheet(const QPair & 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;