diff --git a/static/css/base.css b/static/css/base.css
index ecb2b76ccb8b7d29874085e1db198e3a3429c779..82e762c1a8a1cc6e6ca73e35fe83fca864e74394 100644
--- a/static/css/base.css
+++ b/static/css/base.css
@@ -31,8 +31,8 @@ html {
   text-align: center;
 
   color: var(--bar-text);
-  font-family: monospace;
-  font-size: 1.9em;
+  font-family: "Lucida Console", Monaco, monospace;
+  font-size: 1.6em;
   font-weight: 800;
 
   background-color: var(--bar-bg);
@@ -44,7 +44,6 @@ html {
   height: 35px;
   box-sizing: content-box;
   padding: 5px;
-  padding-top: 10px;
 }
 
 #header span {