TODO : SUPPORT CUSTOM FONT ON UI?
This commit is contained in:
@@ -309,6 +309,8 @@ public class SwingUtil
|
|||||||
// Use substance look and feel
|
// Use substance look and feel
|
||||||
SwingUtil.setTheme(new SubstanceRuneLiteLookAndFeel());
|
SwingUtil.setTheme(new SubstanceRuneLiteLookAndFeel());
|
||||||
// Use custom UI font
|
// Use custom UI font
|
||||||
|
//TODO : SUPPORT CUSTOM FONT?
|
||||||
|
//SwingUtil.setFont(FontManager.getFontOrDefault(config.clientFont()));
|
||||||
SwingUtil.setFont(FontManager.getRunescapeFont());
|
SwingUtil.setFont(FontManager.getRunescapeFont());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user