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