Browse Source

Change font family for Firefox

master
Fazil Altinel 3 years ago
parent
commit
8743812077
  1. 4
      style.css

4
style.css

@ -2,7 +2,7 @@ body {
background-color: #15151c;
}
#console {
font-family: courier, monospace;
font-family: monospace, monospace;
color: #fff;
width:750px;
margin-left:auto;
@ -96,4 +96,4 @@ a:hover {
50% {
color: white;
}
}
}

Loading…
Cancel
Save