TODO : SUPPORT CUSTOM FONT ON UI?

This commit is contained in:
James Munson
2019-07-01 16:26:22 -07:00
parent 3b96dcf8a5
commit 06224bd42e

View File

@@ -309,6 +309,8 @@ public class SwingUtil
// Use substance look and feel
SwingUtil.setTheme(new SubstanceRuneLiteLookAndFeel());
// Use custom UI font
//TODO : SUPPORT CUSTOM FONT?
//SwingUtil.setFont(FontManager.getFontOrDefault(config.clientFont()));
SwingUtil.setFont(FontManager.getRunescapeFont());
}
}