diff --git a/components/GameScreen.vue b/components/GameScreen.vue index 8064cc2..46096db 100644 --- a/components/GameScreen.vue +++ b/components/GameScreen.vue @@ -124,8 +124,8 @@ async function drawBot({ bot, graphics, botDirection }: DrawBotArgs) { }, text: bot.username, style: { - fontFamily: "Verdana", - fontSize: 12, + fontFamily: "Retropix", + fontSize: 14, fontWeight: "100", fill: fillGradient, },