Skip to content

Commit 25e3728

Browse files
committed
fix(editor): switch to monospace font in monaco editor
1 parent 651b88d commit 25e3728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/app-images/app-images.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class AppImagesComponent implements OnInit, OnDestroy {
5656
enabled: false
5757
},
5858
contextMenu: false,
59-
fontFamily: 'RobotoMono',
59+
fontFamily: 'monaco, menlo, monospace',
6060
fontSize: 12,
6161
scrollBeyondLastLine: false,
6262
roundedSelection: false,

0 commit comments

Comments
 (0)