From 8ff710b9704f1deb01c318dc359747819069f380 Mon Sep 17 00:00:00 2001 From: aserrador Date: Thu, 22 Jan 2026 17:09:33 -0500 Subject: [PATCH] chore: fonts family --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index e69de29..10059b0 100644 --- a/src/index.css +++ b/src/index.css @@ -0,0 +1,4 @@ + +* { + font-family: monospace; +}