From c603dc6745e3063574f46a2fb1d61a8116067431 Mon Sep 17 00:00:00 2001 From: M1ngdaXie <156019134+M1ngdaXie@users.noreply.github.com> Date: Thu, 26 Mar 2026 15:54:05 -0700 Subject: [PATCH] feat(pixel): update font styles to use 'Inter' for UI and adjust .gitignore --- .gitignore | 3 +++ index.html | 2 +- src/App.css | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a547bf3..ac167cb 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ dist-ssr *.njsproj *.sln *.sw? + +.superpowers +docs \ No newline at end of file diff --git a/index.html b/index.html index 6a836fc..70f5acc 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@