MISC: Embed JetBrainsMono font (#1246)

This commit is contained in:
catloversg
2024-05-23 08:50:09 +07:00
committed by GitHub
parent 7bb36ec111
commit 819e9f3448
8 changed files with 104 additions and 5 deletions
+1 -1
View File
@@ -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 */