|
@@ -27,8 +27,8 @@
|
|
|
|
|
|
|
|
|
<link rel="shortcut icon" href="./tower_logo.png">
|
|
|
- <link rel="preconnect" href="https://fonts.gstatic.com">
|
|
|
- <link rel="stylesheet" as="style" href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap">
|
|
|
+ <link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
<link rel="stylesheet" id="us-fonts-css" href="https://fonts.googleapis.com/css?family=Montserrat%3A300%2C400%2C500%2C600%2C700&display=swap&ver=6.0.2" media="all">
|
|
|
<link rel="stylesheet" href="./xterm/xterm.css" />
|
|
|
<link rel="stylesheet" href="./scrollbar.css" />
|
|
@@ -265,7 +265,7 @@
|
|
|
var consoleDiv = document.getElementById("console");
|
|
|
|
|
|
//xterm.js related logic
|
|
|
- var term = new Terminal({cursorBlink:true,convertEol:true, fontFamily:"'Roboto Mono', monospace", fontWeight: 400, fontWeightBold: 700});
|
|
|
+ var term = new Terminal({cursorBlink:true,convertEol:true, fontFamily:"monospace", fontWeight: 400, fontWeightBold: 700});
|
|
|
var fitAddon = new FitAddon.FitAddon();
|
|
|
term.loadAddon(fitAddon);
|
|
|
term.open(consoleDiv);
|