mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(terminal) set fontFamily
This commit is contained in:
parent
e5526572ac
commit
b3fbba10b2
2 changed files with 2 additions and 1 deletions
|
|
@ -72,6 +72,7 @@ function create(callback) {
|
|||
env: getEnv(),
|
||||
prefix: getPrefix(),
|
||||
socketPath: CloudCmd.PREFIX,
|
||||
fontFamily: 'Droid Sans Mono',
|
||||
};
|
||||
|
||||
const {socket, terminal} = gritty(Element, options);
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@
|
|||
"extract-text-webpack-plugin": "^4.0.0-alpha.0",
|
||||
"file-loader": "^1.1.4",
|
||||
"fresh-require": "^1.0.3",
|
||||
"gritty": "^2.1.1",
|
||||
"gritty": "^2.2.0",
|
||||
"gunzip-maybe": "^1.3.1",
|
||||
"html-looks-like": "^1.0.2",
|
||||
"html-webpack-exclude-assets-plugin": "^0.0.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue