Free Alternatives to Herbarium
About Herbarium
- Foundry
- Gustav & Brun
- Classification
- display
- Style
- decorative
Herbarium is a decorative display typeface from Gustav & Brun. Designed by Andreas Brunelius, the font draws inspiration from botanical illustrations found in a vintage floral book. Each letterform is crafted to function as a small artwork, making Herbarium ideal for drop caps, headlines, and decorative typographic applications where visual impact and artistic expression take priority.
Design Philosophy
Herbarium began as a set of floral letter illustrations in 2009, inspired by a colorful botanical book found at a flea market. Andreas Brunelius developed these illustrations into a writable font, maintaining the artistic quality of each letter while ensuring they work together as a cohesive typeface. The result is a decorative font where every character carries visual interest beyond standard typography.
Why People Replace Herbarium
- Licensing cost: Herbarium requires a paid license from Gustav & Brun
- Limited weights: Single style available
- Niche use case: Best suited for display and decorative contexts only
- Limited language support: Latin script coverage
Best Free Alternative
Playfair Display is the closest free match at 65% similarity.
Elegant display serif with decorative character
Quick Comparison
| Feature | Herbarium | Playfair Display |
|---|---|---|
| License | Paid | OFL-1.1 |
| Weights | Single | Variable (400-900) |
| Variable | No | Yes |
| Cyrillic | No | Yes |
| Source | Gustav & Brun | Google Fonts |
FAQ
Is Herbarium free?
No, Herbarium is a premium font from Gustav & Brun. The best free alternative is Playfair Display.
What is the best free alternative to Herbarium?
Playfair Display is the closest free alternative at 65% similarity. Note that Herbarium is a decorative font with a unique botanical character that is difficult to replicate exactly with standard typefaces.
Can I use Playfair Display commercially?
Yes, Playfair Display is licensed under OFL-1.1, which permits commercial use without fees.
Is Playfair Display on Google Fonts?
Yes, Playfair Display is available for free on Google Fonts.
What is Herbarium best used for?
Herbarium excels as drop caps, decorative headlines, branding elements, and packaging design where artistic expression is valued.
Is Herbarium on Google Fonts?
No, Herbarium is a premium font from Gustav & Brun and is not available on Google Fonts.
The closest Google Fonts alternative is Playfair Display with 65% similarity. Get it free on Google Fonts ↗
Free Alternatives (2)
Elegant display serif with decorative character
Elegant geometric sans with distinctive display qualities
Performance Guide
Production performance metrics for each alternative.
How to Use Playfair Display
Copy these code snippets to quickly add Playfair Display to your project.
CSS code for Playfair Display
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@100..900&display=swap'); HTML code for Playfair Display
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@100..900&display=swap" rel="stylesheet"> Tailwind code for Playfair Display
// tailwind.config.js
module.exports = {
theme: {
extend: {
fontFamily: {
'playfair-display': ['"Playfair Display"', 'sans-serif'],
},
},
},
}
// Usage in HTML:
// <p class="font-playfair-display">Your text here</p> Next.js code for Playfair Display
// Using next/font (Next.js 13+)
import { Playfair_Display } from 'next/font/google';
const playfair_display = Playfair_Display({
subsets: ['latin'],
weight: ['100', '200', '300', '400', '500', '600', '700', '800', '900'],
});
export default function Component() {
return (
<p className={playfair_display.className}>
Your text here
</p>
);
}
// Or using inline styles with Google Fonts link:
// <p style={{ fontFamily: '"Playfair Display"' }}>Your text</p> Expo and React Native code for Playfair Display
// Install: npx expo install @expo-google-fonts/playfair-display expo-font
import { useFonts, Playfair_Display_400Regular } from '@expo-google-fonts/playfair-display';
export default function App() {
const [fontsLoaded] = useFonts({
Playfair_Display_400Regular,
});
if (!fontsLoaded) return null;
return (
<Text style={{ fontFamily: 'Playfair_Display_400Regular' }}>
Your text here
</Text>
);
} Frequently Asked Questions
What is the best free alternative to Herbarium?
Playfair Display is the best free alternative to Herbarium with a FontAlternatives similarity score of 65%. It shares similar proportions and characteristics while being available under the OFL-1.1 license for both personal and commercial use at no cost.
Is there a free version of Herbarium?
There is no official free version of Herbarium. However, Playfair Display is available under the OFL-1.1 open-source license and achieves a FontAlternatives similarity score of 65%. It includes variable weights and supports latin, latin-extended.
What Google Font looks like Herbarium?
The Google Fonts most similar to Herbarium are Playfair Display, Raleway. Among these alternatives, Playfair Display offers the closest match with a FontAlternatives similarity score of 65% and includes variable weights for flexible typography options.
Can I use Playfair Display commercially?
Yes, Playfair Display can be used commercially. It is licensed under OFL-1.1, which allows free use in websites, applications, print materials, and commercial projects without purchasing a license or paying royalties.
Is Playfair Display similar enough to Herbarium?
Playfair Display achieves a FontAlternatives similarity score of 65% compared to Herbarium. While not identical, it offers comparable letterforms, proportions, and visual style. Most designers find it works excellently as a substitute in web and print projects.
What are the main differences between Herbarium and its free alternatives?
Free alternatives to Herbarium may differ in subtle details like letter spacing, curve refinements, and available weights. Premium fonts typically include more OpenType features, extended language support, and optimized screen rendering. However, for most projects, these differences are negligible.
Where can I download free alternatives to Herbarium?
Download Playfair Display directly from Google Fonts. Click the "Get Font" button on any alternative listed above to visit the official download page. Google Fonts also provides convenient embed codes for seamless web integration.