diff --git a/GameStyle.css b/GameStyle.css index 5f00b90..ed17a7b 100644 --- a/GameStyle.css +++ b/GameStyle.css @@ -2,7 +2,10 @@ background-color: rgb(24, 24, 24); color: white; text-align: left; - font-family: "Comic Sans MS", cursive, sans-serif; + font-family: "Pixelify Sans", sans-serif; + font-optical-sizing: auto; + font-weight: 400; + font-style: normal; font-size: 24px; } header, @@ -119,6 +122,10 @@ margin-left: auto; margin-right: auto; transition: background-color 0.2s, color 0.25s; + font-family: "Pixelify Sans", sans-serif; + font-optical-sizing: auto; + font-weight: 400; + font-style: normal; } #mode-normal { background-color: #73e4c2; diff --git a/game.html b/game.html index 1215bc8..5bf11d7 100644 --- a/game.html +++ b/game.html @@ -1,8 +1,14 @@
- - + + + + +