Commit f3271909 authored by ibuler's avatar ibuler

[Update] 修改字体

parent 27dbd647
...@@ -27,7 +27,7 @@ export class ElementSshTermComponent implements OnInit, AfterViewInit { ...@@ -27,7 +27,7 @@ export class ElementSshTermComponent implements OnInit, AfterViewInit {
ngOnInit() { ngOnInit() {
this.secret = this._uuid.gen(); this.secret = this._uuid.gen();
this.term = new Terminal({ this.term = new Terminal({
fontFamily: '"Consolas", "monospace"', fontFamily: '"Monaco", "Consolas", "monospace"',
fontSize: 16, fontSize: 16,
rightClickSelectsWord: true, rightClickSelectsWord: true,
theme: { theme: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment