feat(pixel): update font styles to use 'Inter' for UI and adjust .gitignore

This commit is contained in:
M1ngdaXie
2026-03-26 15:54:05 -07:00
parent 91378c9704
commit c603dc6745
3 changed files with 5 additions and 2 deletions

View File

@@ -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;