Added some community improvement suggestions in docs

This commit is contained in:
Richard Osborne
2025-12-17 09:30:30 +01:00
parent ea45e8b3a3
commit 7d307066d8
8 changed files with 2924 additions and 26 deletions

View File

@@ -183,9 +183,23 @@ OTS parsing error: GDEF: misaligned table
### Console After Fix
```
(Document whether errors are resolved)
```
**Important**: The fix requires restarting the dev server!
Steps to test:
1. Stop current `npm run dev` with Ctrl+C
2. Run `npm run dev` again to recompile with new code
3. Open a project with custom fonts
4. Check console - should see NO 404 errors or OTS parsing errors
**First Test Results** (Dev server not restarted):
- Still seeing 404 errors - this is EXPECTED
- Old compiled code still running in Electron
- Changes in source files don't apply until recompilation
**After Restart** (To be documented):
- Fonts should load successfully
- No 404 errors
- No "OTS parsing error" messages
---