mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 00:04:22 +02:00
UI: Added the ability to change the font size (#1703)
This commit is contained in:
+2
@@ -9562,6 +9562,8 @@ interface UserInterfaceTheme {
|
||||
*/
|
||||
interface IStyleSettings {
|
||||
fontFamily: string;
|
||||
fontSize: number;
|
||||
tailFontSize: number;
|
||||
lineHeight: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user