diff --git a/ESP32_AP-Flasher/wwwroot/main.css b/ESP32_AP-Flasher/wwwroot/main.css index 306f2efd..ecdb0e77 100644 --- a/ESP32_AP-Flasher/wwwroot/main.css +++ b/ESP32_AP-Flasher/wwwroot/main.css @@ -876,7 +876,7 @@ h4 { .console { width: 450px; background-color: black; - font-family: 'lucida console', 'ui-monospace'; + font-family: 'lucida console', 'ui-monospace', 'monospace'; color: white; padding: 5px 10px; padding-bottom: 25px; @@ -1008,4 +1008,4 @@ h4 { padding: 1px 1px; } -} \ No newline at end of file +}