aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-12-31 20:01:14 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-12-31 20:01:14 +0100
commit111bf1e91762959099e130a6a787f3a7ce2594d4 (patch)
tree6fcd0e8cad9b10f617495a8cd2b497487cc78f59
parentd09c065e1c9600020043cb5f4271b91e5e180d77 (diff)
downloadcookieclicker-master.tar.xz
Remove bitrotted 'font-family: fantasy' rulesHEADmaster
-rwxr-xr-xindex.html2
-rwxr-xr-xstyle.css5
2 files changed, 3 insertions, 4 deletions
diff --git a/index.html b/index.html
index 2259ed9..58bad63 100755
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
<div id="cookie" onclick="clicked();" onmousedown="down()" ></div>
<br>
<span name="disp"></span><noscript><span name="disp">&ensp;Enable Javascript to get</span></noscript><span name="disp">&ensp;COOKIES</span><br>
-<span id="messages" style="font-family:fantasy;font-size:30px;position:absolute;top:40px;opacity:1;"></span>
+<span id="messages" style="font-size:30px;position:absolute;top:40px;opacity:1;"></span>
</center>
<center>
<span id="playerinfo">
diff --git a/style.css b/style.css
index 42c9290..8eeebd7 100755
--- a/style.css
+++ b/style.css
@@ -1,6 +1,5 @@
body{background-image:url(table.jpg)}
#cookie{height:200px;width:200px;border-radius:50%;background-image:url(cookie.png);position:relative;cursor:pointer;background-size:cover}
-[name=disp]{font-family:fantasy;font-weight:bold;font-size:50px;}
-#playerinfo{background-color:white;position:absolute;top:30px;left:30px;width:500px;height:65px;font-family:fantasy;font-size:50px}
+[name=disp]{font-weight:bold;font-size:50px;}
+#playerinfo{background-color:white;position:absolute;top:30px;left:30px;width:500px;height:65px;font-size:50px}
#freq{width:200px;height:200px;position:absolute;top:5px;right:5px;background-color:green}
-[name=freqdis]{font-family:fantasy}