From 1ee556091c737bab42e0abe20fd715452d282618 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 24 Feb 2019 15:55:23 +0100 Subject: [PATCH] Make default font Noto Sans 12. --- Content.Client/UserInterface/NanoStyle.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Client/UserInterface/NanoStyle.cs b/Content.Client/UserInterface/NanoStyle.cs index 03350fd448..80afda4e05 100644 --- a/Content.Client/UserInterface/NanoStyle.cs +++ b/Content.Client/UserInterface/NanoStyle.cs @@ -19,8 +19,8 @@ namespace Content.Client.UserInterface public NanoStyle() { var resCache = IoCManager.Resolve(); - var notoSans14 = new VectorFont(resCache.GetResource("/Nano/NotoSans/NotoSans-Regular.ttf"), - 14); + var notoSans12 = new VectorFont(resCache.GetResource("/Nano/NotoSans/NotoSans-Regular.ttf"), + 12); var notoSans28 = new VectorFont(resCache.GetResource("/Nano/NotoSans/NotoSans-Regular.ttf"), 28); var notoSansBold16 = @@ -88,7 +88,7 @@ namespace Content.Client.UserInterface new SelectorElement(null, null, null, null), new[] { - new StyleProperty("font", notoSans14), + new StyleProperty("font", notoSans12), }), // Window title.