diff --git a/frontend/tty-receiver/main.css b/frontend/tty-receiver/main.css index 3f5ccf6..b3920e0 100644 --- a/frontend/tty-receiver/main.css +++ b/frontend/tty-receiver/main.css @@ -122,7 +122,3 @@ html, body { height: 100%; } - -xterm { - font-family: SauceCodePro; -} diff --git a/frontend/webpack.config.js b/frontend/webpack.config.js index f54c115..1f75017 100644 --- a/frontend/webpack.config.js +++ b/frontend/webpack.config.js @@ -9,7 +9,7 @@ let mainConfig = { }, output: { path: __dirname + '/public/', - filename: '[name].js' + filename: '[name].js', }, mode: develBuild ? 'development' : 'production', module: {