Change main menu button font.
This commit is contained in:
parent
0e1b3607a4
commit
eef0db6001
|
|
@ -223,7 +223,7 @@ namespace Content.Client.UserInterface
|
|||
new SelectorElement(typeof(Button), null, null, null)),
|
||||
new[]
|
||||
{
|
||||
new StyleProperty("font", animalSilence40),
|
||||
new StyleProperty("font", notoSansBold16),
|
||||
}),
|
||||
|
||||
// Main menu: also make those buttons slightly more separated.
|
||||
|
|
|
|||
Loading…
Reference in New Issue