fix: drop the unresolvable font @import from legacy guide.css

The rule read `@import url('public/fonts/fonts.css')`, which resolved back
when the file was `styles.css` at the repo root. The task-20 cutover moved
it to `legacy/styles/`, where that path points nowhere -- vite logs
`[ERROR] [vite] Unable to resolve @import` and astro still exits 0, so
every gate run since has been green over a broken build.

Nothing is lost by removing it: BaseLayout links fonts.css itself, and
`dist/full-guide/index.html` still carries exactly one link to it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Marcos Paulo
2026-09-06 09:14:26 +00:00
parent 6b4f2e6bd0
commit 2ecfdf1d67
File diff suppressed because one or more lines are too long