Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .vitepress/components/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const openSourceCount = formulaData.openSourceCount;
const specimens = [
{
name: "Spectral",
cssFamily: "'Fraunces', Georgia, serif",
cssFamily: "'Spectral', Georgia, serif",
install: 'fontist install "Spectral"',
note: "Display serif · variable opsz",
},
Expand Down Expand Up @@ -257,7 +257,7 @@ onUnmounted(() => { if (typeTimer) clearTimeout(typeTimer); });

<!-- Footer colophon -->
<footer class="foot">
<span>Set in <em>Fraunces</em>, <em>IBM&nbsp;Plex</em>, &amp; <em>JetBrains&nbsp;Mono</em>.</span>
<span>Set in <em>Spectral</em>, <em>IBM&nbsp;Plex</em>, &amp; <em>JetBrains&nbsp;Mono</em>.</span>
<span class="r">Fontist · a Ribose project · © MMXXVI</span>
</footer>
</div>
Expand Down
7 changes: 0 additions & 7 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -426,13 +426,6 @@ html.dark .vp-doc [class*="language-"] {
font-size: 13px;
}

/* ── Homepage palette (pageClass: specimen-home) ──────────────── */
/* Specimen tokens are now global (above); the pageClass remains on
index.md for any homepage-only tweaks, but inherits the system. */
.specimen-home {
background-color: var(--spec-paper);
}

/* ── 404 page — specimen ───────────────────────────────────────── */
.NotFound {
text-align: center;
Expand Down
1 change: 0 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: page
title: Fontist - Cross-Platform Font Management
description: Install, manage, and build fonts programmatically across Windows, Linux, and macOS. Designed for automated systems and digital publishing.
pageClass: specimen-home
---

<HomePage />
Loading