mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 18:50:56 +02:00
MISC: Embed JetBrainsMono font (#1246)
This commit is contained in:
@@ -95,7 +95,7 @@ export const Settings = {
|
||||
/** Whether to auto detect indentation settings per-file based on contents */
|
||||
MonacoDetectIndentation: false,
|
||||
/** Font Family for script editor. */
|
||||
MonacoFontFamily: "Lucida Console",
|
||||
MonacoFontFamily: "JetBrainsMono",
|
||||
/** Text size for script editor. */
|
||||
MonacoFontSize: 20,
|
||||
/** Whether to use font ligatures */
|
||||
|
||||
Reference in New Issue
Block a user