From 69604e9ed2bb57c59663d0aff1610fb273e8b198 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sun, 20 Nov 2022 23:06:37 -0500 Subject: [PATCH] fix(plugins/community/chess): black pawn represents as emoji instead of unicode --- source/templates/classic/partials/chess.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/source/templates/classic/partials/chess.ejs b/source/templates/classic/partials/chess.ejs index 8991d6ff..c3b620b7 100644 --- a/source/templates/classic/partials/chess.ejs +++ b/source/templates/classic/partials/chess.ejs @@ -167,6 +167,7 @@ position: absolute; top: 0; left: 0; + font-family: monospace; } .chess-move .from, .chess-move .to, .chess-move .init { position: absolute;