Commit 42612571 authored by ibuler's avatar ibuler

[Update] 修改字体

parent e2e56b6c
...@@ -27,8 +27,8 @@ export class ElementSshTermComponent implements OnInit, AfterViewInit { ...@@ -27,8 +27,8 @@ 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: '"Monaco", "Consolas", "monospace"', fontFamily: 'Consolas, monospace',
fontSize: 14, fontSize: 16,
rightClickSelectsWord: true, rightClickSelectsWord: true,
theme: { theme: {
background: '#1f1b1b' background: '#1f1b1b'
......
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