Portfolio/src/assets/styles/tokens/fonts.css
Matthew L McPeak 4ee81a3ab1
All checks were successful
ci / build (push) Successful in 16s
ci / publish (push) Successful in 17s
Inital Commit
2026-06-18 11:56:32 -04:00

12 lines
782 B
CSS

/* ============================================================
fonts.css — Nychthemeron webfonts
Loaded from Google Fonts CDN. If you need self-hosted binaries,
drop the .woff2 files in assets/fonts/ and replace this @import
with @font-face rules pointing at them.
============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600&display=swap');
/* PrimeIcons — the standard icon set for Nychthemeron.
Usage: <i class="pi pi-{name}"></i> (or <i className="pi pi-{name}" /> in JSX)
Full catalogue: https://primereact.org/icons/ */
@import url('https://cdn.jsdelivr.net/npm/primeicons/primeicons.css');