feature(terminal) set fontFamily

This commit is contained in:
coderaiser 2018-05-22 16:52:04 +03:00
parent e5526572ac
commit b3fbba10b2
2 changed files with 2 additions and 1 deletions

View file

@ -72,6 +72,7 @@ function create(callback) {
env: getEnv(),
prefix: getPrefix(),
socketPath: CloudCmd.PREFIX,
fontFamily: 'Droid Sans Mono',
};
const {socket, terminal} = gritty(Element, options);

View file

@ -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",