From: Elias Fleckenstein Date: Fri, 31 Dec 2021 19:01:14 +0000 (+0100) Subject: Remove bitrotted 'font-family: fantasy' rules X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;p=cookieclicker.git Remove bitrotted 'font-family: fantasy' rules --- diff --git a/index.html b/index.html index 2259ed9..58bad63 100755 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
 COOKIES
- +
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}