diff --git a/fonts/PressStart2P-Regular.ttf b/fonts/PressStart2P-Regular.ttf
new file mode 100644
index 00000000..2442affb
Binary files /dev/null and b/fonts/PressStart2P-Regular.ttf differ
diff --git a/index.html b/index.html
index efcc6268..22dab696 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,6 @@
-
@@ -2901,10 +2900,10 @@
"M2|M1|M2",
],
reactions: {
- "water": { "elem2": "ice_nine", "temp2":-100 },
- "salt_water": { "elem2": "ice_nine", "temp2":-100 },
- "dirty_water": { "elem2": "ice_nine", "temp2":-100 },
- "sugar_water": { "elem2": "ice_nine", "temp2":-100 },
+ "water": { "elem2": "ice_nine" },
+ "salt_water": { "elem2": "ice_nine" },
+ "dirty_water": { "elem2": "ice_nine" },
+ "sugar_water": { "elem2": "ice_nine" },
},
temp:-100,
category: "special",
@@ -3369,6 +3368,7 @@
category: "solids",
density: 19300,
conduct: 0.65,
+ hardness: 0.8,
},
"molten_tungsten": {
color: ['#ffff67', '#ffd367', '#ff9e00', '#d1ff5c', '#5cffb0', '#0073ff', '#ca57ff', '#ffba57', '#ff8c00', '#c46f28', '#c45928', '#c44300']
diff --git a/style.css b/style.css
index 198eecab..72f704e7 100644
--- a/style.css
+++ b/style.css
@@ -3,6 +3,11 @@
height: 100%;
margin: 0;
}
+ /* Load the font PressStart2P-Regular.ttf */
+ @font-face {
+ font-family: 'Press Start 2P';
+ src: url('fonts/PressStart2P-Regular.ttf');
+ }
body {
font-family: 'Press Start 2P';
background-color: #000000;