Nychthemeron/packages/library/src
Matthew L McPeak 830ac3094b fix: self-host fonts instead of depending on Google Fonts CDN
Cinzel/IBM Plex Sans/IBM Plex Mono were loaded via a Google Fonts CDN
@import, unchanged from the original PrimeVue-era CSS. Any environment
without outbound network access (or that can't reach fonts.googleapis.com)
silently fell back to a generic system sans-serif, which is what surfaced
as "text still off" after the border/heading-font fixes. Switch to
@fontsource's self-hosted packages so the font files ship as real build
assets (26 woff2 files bundled) instead of a runtime network dependency.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-13 09:15:45 -04:00
..
assets/css fix: self-host fonts instead of depending on Google Fonts CDN 2026-07-13 09:15:45 -04:00
components fix: restore visible borders and heading font on Card/Dialog/Select 2026-07-11 15:15:28 -04:00
composables Inital Commit 2026-06-14 14:50:44 -04:00
lib chore: remove PrimeVue and the ThemeEngine, migration complete 2026-07-11 15:07:59 -04:00
index.d.ts Inital Commit 2026-06-14 14:50:44 -04:00
index.ts chore: remove PrimeVue and the ThemeEngine, migration complete 2026-07-11 15:07:59 -04:00