Skip to content

Commit 6c4a1a9

Browse files
committed
Update subproject reference and adjust editor font settings for improved readability
1 parent 42535d9 commit 6c4a1a9

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

internal

site/app/[locale]/play/Play.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,8 @@ const editorOptions: editor.IStandaloneEditorConstructionOptions = {
6363
wrappingStrategy: 'advanced',
6464
overviewRulerLanes: 0,
6565
lineHeight: 22,
66-
letterSpacing: -0.1,
67-
fontSize: 14,
68-
fontFamily: (config.variables as any)['font-family'].mono.join(','),
69-
fontLigatures: true
66+
fontSize: 13,
67+
fontFamily: (variables as any)['font-family'].mono.join(',')
7068
}
7169

7270
const editorHTMLOptions: any = {

0 commit comments

Comments
 (0)