feat(pixel): update font styles to use 'Inter' for UI and adjust .gitignore
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user