From 75513aa59dc8fcd0606bc199865fc35a14117206 Mon Sep 17 00:00:00 2001 From: Daniel Xie Date: Mon, 22 May 2017 08:53:50 -0500 Subject: [PATCH] Added a few more monospace fonts to font-family in css --- css/styles.css | 2 +- src/Constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 04001bbcb..e10a6b354 100644 --- a/css/styles.css +++ b/css/styles.css @@ -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; } diff --git a/src/Constants.js b/src/Constants.js index 959ae9a8d..aabca59c0 100644 --- a/src/Constants.js +++ b/src/Constants.js @@ -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