Commit 42612571 authored by ibuler's avatar ibuler

[Update] 修改字体

parent e2e56b6c
......@@ -27,8 +27,8 @@ export class ElementSshTermComponent implements OnInit, AfterViewInit {
ngOnInit() {
this.secret = this._uuid.gen();
this.term = new Terminal({
fontFamily: '"Monaco", "Consolas", "monospace"',
fontSize: 14,
fontFamily: 'Consolas, monospace',
fontSize: 16,
rightClickSelectsWord: true,
theme: {
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