π¨ Typography Reference β
A curated collection of fonts Iβve explored for my digital workspace, Docsify themes, and personal branding. Each section includes a live-rendered sample using inline CSS so you can compare vibes directly in the browser.
Roboto β Clean & Neutral β
The quick brown fox jumps over the lazy dog.
Used as the sidebar title font. Minimal, balanced, and well-supported across browsers.
Fira Code β Monospace with Ligatures β
function example() => return true;
Perfect for developer vibes, great in terminals and Docsify code blocks.
JetBrains Mono β Aesthetic Coding Font β
let zen = () => config.journal();
Sharper and softer than Fira, with great readability and slight flair.
Inter β UI-Friendly Sans β
Simplicity isn't a lack of contentβit's the clarity of intention.
Well-paired with minimal designs, feels calm and professional.
IBM Plex Sans β Technical & Stylish β
System defaults reimagined with thoughtful polish.
Works well across headers, nav, and body copy. Underrated.
Notes β
- To try one of these yourself, include a
<link>in yourindex.htmllike:
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet" />