diff --git a/client/src/styles/game.css b/client/src/styles/game.css index f4ca675..e565f43 100644 --- a/client/src/styles/game.css +++ b/client/src/styles/game.css @@ -294,7 +294,8 @@ h1 { } #game-code span { - font-family: "Courier New", monospace; + font-family: "signika-negative", sans-serif; + letter-spacing: 0.2rem; color: #21ba45; font-size: 30px; } diff --git a/client/src/styles/join.css b/client/src/styles/join.css index b311545..988be20 100644 --- a/client/src/styles/join.css +++ b/client/src/styles/join.css @@ -44,6 +44,7 @@ } #game-code { - font-family: "Courier New", monospace; + font-family: "signika-negative", sans-serif; + letter-spacing: 0.2rem; color: #21ba45; }