mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -09:00
term: cross-platform font family settings (#26)
This commit is contained in:
parent
a10af11591
commit
b79b34094f
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export default class Term extends Component {
|
||||||
this.term.realizeSize_(this.props.cols, this.props.rows);
|
this.term.realizeSize_(this.props.cols, this.props.rows);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.term.prefs_.set('font-family', 'Menlo');
|
this.term.prefs_.set('font-family', "Menlo, 'DejaVu Sans Mono', 'Lucida Console', monospace");
|
||||||
this.term.prefs_.set('font-size', 11);
|
this.term.prefs_.set('font-size', 11);
|
||||||
this.term.prefs_.set('cursor-color', '#F81CE5');
|
this.term.prefs_.set('cursor-color', '#F81CE5');
|
||||||
this.term.prefs_.set('enable-clipboard-notice', false);
|
this.term.prefs_.set('enable-clipboard-notice', false);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue