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 @@
MingdaOS
-
+
diff --git a/src/App.css b/src/App.css
index 5356f4d..4834b10 100644
--- a/src/App.css
+++ b/src/App.css
@@ -1,7 +1,7 @@
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
- --font-ui: 'Press Start 2P', monospace;
+ --font-ui: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
--font-mono: 'Fira Code', 'Courier New', monospace;
--accent-red: #ff453a;