mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
Added a few more monospace fonts to font-family in css
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 16px;
|
||||
font-family: 'Lucida Console', 'Lucida Sans Unicode', 'Fira Mono', 'Consolas', 'Times New Roman';
|
||||
font-family: 'Lucida Console', 'Lucida Sans Unicode', 'Fira Mono', 'Consolas', 'Courier New', Courier, monospace, 'Times New Roman';
|
||||
background-color: #252527;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user