Added a few more monospace fonts to font-family in css

This commit is contained in:
Daniel Xie 2017-05-22 08:53:50 -05:00
parent 2df93a5b51
commit 75513aa59d
2 changed files with 2 additions and 2 deletions

@ -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;
}

@ -1,5 +1,5 @@
CONSTANTS = {
Version: "0.12",
Version: "0.13",
//Max level for any skill, assuming no multipliers. Determined by max numerical value in javascript for experience
//and the skill level formula in Player.js. Note that all this means it that when experience hits MAX_INT, then