Skip to content

Commit

Permalink
fix(editor): switch to monospace font in monaco editor
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Oct 25, 2017
1 parent 651b88d commit 25e3728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/app-images/app-images.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class AppImagesComponent implements OnInit, OnDestroy {
enabled: false
},
contextMenu: false,
fontFamily: 'RobotoMono',
fontFamily: 'monaco, menlo, monospace',
fontSize: 12,
scrollBeyondLastLine: false,
roundedSelection: false,
Expand Down

0 comments on commit 25e3728

Please sign in to comment.