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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ dist
#endregion

CLAUDE.md

.lycheecache
42 changes: 0 additions & 42 deletions .lycheecache

This file was deleted.

4 changes: 2 additions & 2 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{
text: "Fontist Docs",
text: "Fontist",
link: "https://www.fontist.org/fontist/",
target: "_self",
},
{
text: "Fontisan Docs",
text: "Fontisan",
link: "https://www.fontist.org/fontisan/",
target: "_self",
},
Expand Down
32 changes: 25 additions & 7 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,40 @@ While Fontist handles the logistics of getting fonts onto systems, Fontisan prov

### The Logo

The Fontist logo embodies the intersection of typography, code, and utility.

<div class="logo-breakdown">
<div class="logo-display">
<img src="/logo.svg" alt="Fontist Logo" class="logo-image" />
</div>
<div class="logo-explanation">

The Fontist logo embodies the intersection of typography, code, and utility:
#### **The Keycap Shape**

The logo contains a keyboard keycap because typing is the primary way humans
interact with fonts. Every **keystroke**, every message typed, every document, every
line of code, imbues human intent into digital form. The keycap symbolizes this
fundamental connection between human expression and digital typography.

#### **The Ruby "f"**

**The Keycap Shape**
The logo is shaped like a keyboard keycap because typing is the primary way humans interact with fonts. Every document, every line of code, every message—typed.
The central **"f"** is rendered in [STIX Two Math](https://www.stixfonts.org/),
a mathematical typeface. It represents the **abstract** beauty of computer fonts
-- the abstract shapes of typography defined as mathematical curves. The
elegance that emerges when typography meets computation. The ruby color reflects
our passion and the precious value we place on open-source fonts, as well as the
fact that Fontist was first created on Ruby, the object-oriented interpretive
language.

**The Ruby "f"**
The central **"f"** is rendered in [STIX Two Math](https://www.stixfonts.org/), a mathematical typeface. It represents the abstract beauty of computer fonts—the elegance that emerges when typography meets computation. The ruby color reflects our passion and the precious value we place on open-source fonts.
#### **The Brackets "[..]"**

**The Brackets "[..]"**
Surrounding the "f" are brackets rendered in [Source Code](https://fonts.google.com/specimen/Source+Code+Pro), a monospace font. These represent **code**—the enabler. They're in gray because while they don't demand attention, they quietly make everything possible. Code is the infrastructure upon which the beauty of fonts is delivered.
Surrounding the "f" are brackets rendered in [Source Code](https://fonts.google.com/specimen/Source+Code+Pro),
a monospace font.
These represent **code** -- the enabler. They're in gray because while they
don't demand attention, they quietly make everything possible. The brackets are
in monospace font because Fontist is made for code and is code itself to support
the usage of fonts. Code is the infrastructure upon which the beauty of fonts is
delivered.

</div>
</div>
Expand Down
90 changes: 90 additions & 0 deletions blog/2026-03-12-unified-design-and-logo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
---
title: Introducing Fontist's New Unified Design and Logo
description: All Fontist project sites now share a beautiful, consistent design with a distinctive new logo and carefully crafted color palette.
authors:
- Ronald Tse
date: 2026-03-12
---

# Introducing Fontist's New Unified Design and Logo

<BlogByline />

All Fontist project sites have been redesigned with a unified visual identity.

The new design features a distinctive logo and a carefully crafted rose/gray
color palette that works beautifully across light and dark modes.

## The new Fontist logo

The Fontist logo embodies the intersection of typography, code, and utility.

![New Fontist Logo](/logo-full.svg)

## Design elements

### **The Keycap Shape**

The logo contains a keyboard keycap because typing is the primary way humans
interact with fonts. Every **keystroke**, every message typed, every document, every
line of code, imbues human intent into digital form. The keycap symbolizes this
fundamental connection between human expression and digital typography.

### **The Ruby "f"**

The central **"f"** is rendered in [STIX Two Math](https://www.stixfonts.org/),
a mathematical typeface. It represents the **abstract** beauty of computer fonts
-- the abstract shapes of typography defined as mathematical curves. The
elegance that emerges when typography meets computation. The ruby color reflects
our passion and the precious value we place on open-source fonts, as well as the
fact that Fontist was first created on Ruby, the object-oriented interpretive
language.

### **The Brackets "[..]"**

Surrounding the "f" are brackets rendered in [Source Code](https://fonts.google.com/specimen/Source+Code+Pro),
a monospace font.
These represent **code** -- the enabler. They're in gray because while they
don't demand attention, they quietly make everything possible. The brackets are
in monospace font because Fontist is made for code and is code itself to support
the usage of fonts. Code is the infrastructure upon which the beauty of fonts is
delivered.

## Color palette

The brand colors were carefully chosen to create a distinctive aesthetic:

* **Rose** (#bf4e6a) — Primary brand color, conveying warmth and approachability
* **Rose Light** (#d4718a) — Accent color for light mode
* **Dark** (#4d4b54) — Primary text color
* **Gray** (#676565) — Secondary text and subtle elements

Background accents use warm, natural tones: Cream (#e1dfd2), Beige (#bebbac),
and Pale (#dddac8).

A deliberate design choice was made to avoid blue and purple tones, giving
Fontist a unique visual identity in the developer tools space.

## Sites updated

All Fontist project sites now share this unified design:

* [Fontist.org](https://www.fontist.org/) — Main project hub with overview and documentation
* [Fontist Documentation](https://www.fontist.org/fontist/) — Installation guides, CLI and API reference
* [Fontisan Documentation](https://www.fontist.org/fontisan/) — Font analysis and metadata tool, CLI and API reference
* [Font Formulas](https://www.fontist.org/formulas/) — Search over 2,000 font formulas

## What's new

The redesigned sites include these improvements:

* **Light/dark mode** — Full theme support with smooth transitions between modes
* **Responsive design** — Optimized layouts for mobile, tablet, and desktop viewing
* **Accessibility** — Improved color contrast and semantic HTML throughout


## Feedback

We'd love to hear your feedback on the new design! Feel free to share your
thoughts by opening an issue on the
[Fontist GitHub repository](https://github.com/fontist/fontist.org/issues).
Loading