Free Alternatives to Mrs Eaves

About Mrs Eaves
- Foundry
- Emigre
- Classification
- serif
- Style
- transitional
Mrs Eaves is a transitional serif typeface from Emigre, designed by Zuzana Licko. Released in 1996, the typeface is named after Sarah Eaves, John Baskerville's live-in housekeeper who became his wife. Mrs Eaves interprets Baskerville's classic design with a distinctly contemporary sensibility.
Mrs Eaves features a lower x-height and wider proportions than Baskerville, creating a more relaxed, spacious appearance. The design includes extensive ligatures and stylistic alternates that enhance its classical elegance. Mrs Eaves has become one of the most influential typeface releases of the digital era, inspiring countless interpretations of classical forms.
Why People Replace Mrs Eaves
- Licensing cost: Premium pricing from Emigre
- Low x-height: May affect readability at smaller sizes
- Per-project fees: Different rates for various uses
- Budget constraints: Smaller projects may need alternatives
Best Free Alternative
Libre Baskerville is the closest free match at 85% similarity.
Similar Baskerville-inspired elegance with refined details
Quick Comparison
| Feature | Mrs Eaves | Libre Baskerville |
|---|---|---|
| License | Paid | OFL-1.1 |
| Weights | Multiple | 3 (Regular, Italic, Bold) |
| Variable | No | No |
| Ligatures | Extensive | Standard |
| Source | Emigre | Google Fonts |
FAQ
Is Mrs Eaves free?
No, Mrs Eaves is a premium font from Emigre. Libre Baskerville provides a similar Baskerville-inspired alternative for free.
Who is Mrs Eaves named after?
The typeface is named after Sarah Eaves, John Baskerville's housekeeper who became his wife and continued his printing business after his death.
What is the best free alternative to Mrs Eaves?
Libre Baskerville is the closest free alternative at 85% similarity, offering similar Baskerville-inspired elegance.
Is Mrs Eaves good for body text?
Mrs Eaves' lower x-height makes it best suited for display and short-form text rather than extended body copy.
Is Mrs Eaves on Google Fonts?
No, Mrs Eaves is a premium font from Emigre and is not available on Google Fonts.
The closest Google Fonts alternative is Libre Baskerville with 85% similarity. Get it free on Google Fonts ↗
Free Alternatives (3)
Similar Baskerville-inspired elegance with refined details
Pure Baskerville revival with similar heritage
Classical serif with comparable literary character
Performance Guide
Production performance metrics for each alternative.
How to Use Libre Baskerville
Copy these code snippets to quickly add Libre Baskerville to your project.
CSS code for Libre Baskerville
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap'); HTML code for Libre Baskerville
<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=Libre+Baskerville:wght@400;700&display=swap" rel="stylesheet"> Tailwind code for Libre Baskerville
// tailwind.config.js
module.exports = {
theme: {
extend: {
fontFamily: {
'libre-baskerville': ['"Libre Baskerville"', 'sans-serif'],
},
},
},
}
// Usage in HTML:
// <p class="font-libre-baskerville">Your text here</p> Next.js code for Libre Baskerville
// Using next/font (Next.js 13+)
import { Libre_Baskerville } from 'next/font/google';
const libre_baskerville = Libre_Baskerville({
subsets: ['latin'],
weight: ['400', '700'],
});
export default function Component() {
return (
<p className={libre_baskerville.className}>
Your text here
</p>
);
}
// Or using inline styles with Google Fonts link:
// <p style={{ fontFamily: '"Libre Baskerville"' }}>Your text</p> Expo and React Native code for Libre Baskerville
// Install: npx expo install @expo-google-fonts/libre-baskerville expo-font
import { useFonts, Libre_Baskerville_400Regular } from '@expo-google-fonts/libre-baskerville';
export default function App() {
const [fontsLoaded] = useFonts({
Libre_Baskerville_400Regular,
});
if (!fontsLoaded) return null;
return (
<Text style={{ fontFamily: 'Libre_Baskerville_400Regular' }}>
Your text here
</Text>
);
} Browse Alternatives by Context
Find Mrs Eaves alternatives filtered by specific use case, style, or language support.
By Use Case
By Style
By Script
Frequently Asked Questions
What is the best free alternative to Mrs Eaves?
Libre Baskerville is the best free alternative to Mrs Eaves with a FontAlternatives similarity score of 85%. 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 Mrs Eaves?
There is no official free version of Mrs Eaves. However, Libre Baskerville is available under the OFL-1.1 open-source license and achieves a FontAlternatives similarity score of 85%. It includes 2 weights and supports latin, latin-extended.
What Google Font looks like Mrs Eaves?
The Google Fonts most similar to Mrs Eaves are Libre Baskerville, Baskervville, EB Garamond. Among these alternatives, Libre Baskerville offers the closest match with a FontAlternatives similarity score of 85% and includes 2 weights for design flexibility.
Can I use Libre Baskerville commercially?
Yes, Libre Baskerville 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 Libre Baskerville similar enough to Mrs Eaves?
Libre Baskerville achieves a FontAlternatives similarity score of 85% compared to Mrs Eaves. 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 Mrs Eaves and its free alternatives?
Free alternatives to Mrs Eaves 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 Mrs Eaves?
Download Libre Baskerville 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.