mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 17:13:57 -07:00
add more fonts
This commit is contained in:
parent
bde0a584bf
commit
5d3e2a2586
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ QString HomeStyledButton::generateButtonStylesheet(const QPair<QColor, QColor> &
|
||||||
QPushButton {
|
QPushButton {
|
||||||
font-size: 34px;
|
font-size: 34px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif, "Segoe UI", "Helvetica Neue";
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
color: white;
|
color: white;
|
||||||
border: 2px solid %1;
|
border: 2px solid %1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue