We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2749014 commit e7c5d6bCopy full SHA for e7c5d6b
Framework/Intersect.Framework.Core/Configuration/ClientConfiguration.cs
@@ -47,7 +47,7 @@ public static ClientConfiguration LoadAndSave(string? filePath = default) =>
47
48
public const string DefaultFont = "sourcesansproblack";
49
50
- public const string DefaultUIFont = "sourcesanspro,8";
+ public const string DefaultUIFont = "sourcesanspro,10";
51
52
public const int DefaultChatLines = 100;
53
0 commit comments