chore: update fonts, Tauri config, and reduced-motion support

- Switch font deps from Sora/Manrope/IBM Plex Mono to Fraunces/Inter/Space Mono (Cold Open theme)
- Add Tauri window permissions for custom titlebar controls
- Disable native decorations and drag-drop in Tauri config
- Add prefers-reduced-motion media query for WCAG compliance
This commit is contained in:
Your Name
2026-02-19 17:03:39 +02:00
parent e0059fd3d5
commit ea04c29b3f
6 changed files with 41 additions and 23 deletions

View File

@@ -16,7 +16,9 @@
"width": 1320,
"height": 860,
"minWidth": 640,
"minHeight": 480
"minHeight": 480,
"decorations": false,
"dragDropEnabled": false
}
],
"security": {