From 947f3cf1d76c927d7f99981a5fd6cb57c6e3bb50 Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Tue, 4 Oct 2022 14:27:16 +0200 Subject: [PATCH] Remove 'Roboto Mono' --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c7011ca..4e391d6 100644 --- a/index.html +++ b/index.html @@ -27,8 +27,8 @@ - - + + @@ -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);