12 lines
782 B
CSS
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');
|