From eef0db60017f493d820f7b7ea9ace9027249b56c Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Mon, 1 Apr 2019 15:53:50 +0200 Subject: [PATCH] Change main menu button font. --- Content.Client/UserInterface/NanoStyle.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/UserInterface/NanoStyle.cs b/Content.Client/UserInterface/NanoStyle.cs index ac8fa8b11d..33d52b3ae7 100644 --- a/Content.Client/UserInterface/NanoStyle.cs +++ b/Content.Client/UserInterface/NanoStyle.cs @@ -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.