Skip to content

Commit da6199a

Browse files
committed
Updated console font
1 parent 10a5ede commit da6199a

File tree

5 files changed

+44
-1
lines changed

5 files changed

+44
-1
lines changed
208 KB
Binary file not shown.

Project/Assets/LunarPlugin/Editor/SourceCodePro-Regular.ttf.meta

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
207 KB
Binary file not shown.

Project/Assets/LunarPlugin/Editor/SourceCodePro-Semibold.ttf.meta

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Project/Assets/LunarPlugin/Editor/UI/CView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ public static GUIStyle consoleTextStyle
820820
if (m_consoleTextStyle == null)
821821
{
822822
m_consoleTextStyle = new GUIStyle(GUI.skin.label);
823-
m_consoleTextStyle.font = (Font) UnityEditor.AssetDatabase.LoadAssetAtPath(CConstants.PluginHome + "/Editor/Menlo-Regular.ttf", typeof(Font)); // FIXME: embed in configuration
823+
m_consoleTextStyle.font = (Font) UnityEditor.AssetDatabase.LoadAssetAtPath(CConstants.PluginHome + "/Editor/SourceCodePro-Regular.ttf", typeof(Font)); // FIXME: embed in configuration
824824
m_consoleTextStyle.fontSize = 12;
825825
m_consoleTextStyle.normal.textColor = CEditorSkin.GetColor(CColorCode.Plain);
826826
m_consoleTextStyle.richText = true;

0 commit comments

Comments
 (0)