diff --git a/stylesheets/_debugLog.scss b/stylesheets/_debugLog.scss index 91501ba03..8374e9085 100644 --- a/stylesheets/_debugLog.scss +++ b/stylesheets/_debugLog.scss @@ -15,6 +15,9 @@ width: 100%; resize: none; min-height: 100px; + + font-family: Monaco, Consolas, 'Courier New', Courier, monospace; + font-size: 12px; } } }