Free Alternatives to ITC Berkeley
About ITC Berkeley
- Foundry
- ITC
- Classification
- serif
- Style
- old-style
ITC Berkeley Old Style is an old-style serif typeface designed by Tony Stan for ITC in 1983. The design is a revival of Frederic Goudy's 1938 "University of California Old Style," originally created exclusively for the University of California Press at Berkeley.
History and Design
Frederic Goudy designed the original typeface in 1936–1938 at the request of the University of California Press. He preferred calling it "Berkeley" — a name he considered more aristocratic — but the university requested a broader title. The original matrices survived a fire that destroyed Goudy's workshop shortly after completion, and Lanston Monotype later re-released the design publicly as "Californian" in 1958.
Tony Stan's 1983 ITC revival expanded Goudy's original Roman and Italic into a full family of eight styles across four weights. Stan increased the x-height for improved readability at smaller sizes while preserving the warm, humanist character rooted in Venetian old-style traditions inspired by Nicolas Jenson and the Oxford Fell Types. The typeface remains UC Berkeley's official serif for its word mark.
Technical Characteristics
- 8 styles: Book, Medium, Bold, Black — each with matching italics
- Venetian old-style proportions: Elongated ascenders and descenders with calligraphic weight stress
- Generous x-height: Enhanced readability compared to Goudy's original
- Fine serifs: Minimal bracketing with smooth weight transitions
- Distinctive italic: Noted as one of the most legible serif italics available
Use Cases
ITC Berkeley Old Style works effectively for:
- Book typography: Its primary strength — extended text setting with warm, inviting color
- Academic publishing: Strong scholarly associations through its UC Berkeley heritage
- Editorial design: Magazines, journals, and long-form content
- University and institutional branding: Formal, trustworthy character for academic and cultural organizations
- Formal materials: Certificates, invitations, and ceremonial documents
FAQ
Is ITC Berkeley Old Style free?
No, ITC Berkeley Old Style is a premium typeface from ITC (now part of Monotype). The closest free alternative is Crimson Pro at 76% similarity.
What is the best free alternative to ITC Berkeley?
Crimson Pro is the strongest free match at 76% similarity, offering warm old-style character with a variable font weight range from 200 to 900.
What is the connection to UC Berkeley?
Frederic Goudy designed the original typeface in 1938 for exclusive use by the University of California Press at Berkeley. The ITC revival was named "Berkeley Old Style" after the city, fulfilling Goudy's original naming preference.
How many weights does ITC Berkeley have?
ITC Berkeley Old Style offers 4 weights (Book, Medium, Bold, Black), each with matching italics, for a total of 8 styles.
Is ITC Berkeley on Google Fonts?
No, ITC Berkeley is a premium font from ITC and is not available on Google Fonts.
The closest Google Fonts alternative is Crimson Pro with 76% similarity. Get it free on Google Fonts ↗
Free Alternatives (4)
Warm old-style serif designed for book text with similar readable proportions and calligraphic warmth
Scholarly Garamond revival sharing the same Venetian old-style heritage and academic character
Calligraphic serif with moderate contrast and comparable body text readability
Sturdy text serif with generous x-height suited to the same editorial and academic roles
See where ITC Berkeley is used in the wild and swap to free alternatives live.
Install FontSwap →Performance Guide
Production performance metrics for each alternative.
How to Use Crimson Pro
Copy these code snippets to quickly add Crimson Pro to your project.
CSS code for Crimson Pro
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@100..900&display=swap'); HTML code for Crimson Pro
<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=Crimson+Pro:wght@100..900&display=swap" rel="stylesheet"> Tailwind code for Crimson Pro
// tailwind.config.js
module.exports = {
theme: {
extend: {
fontFamily: {
'crimson-pro': ['"Crimson Pro"', 'sans-serif'],
},
},
},
}
// Usage in HTML:
// <p class="font-crimson-pro">Your text here</p> Next.js code for Crimson Pro
// Using next/font (Next.js 13+)
import { Crimson_Pro } from 'next/font/google';
const crimson_pro = Crimson_Pro({
subsets: ['latin'],
weight: ['100', '200', '300', '400', '500', '600', '700', '800', '900'],
});
export default function Component() {
return (
<p className={crimson_pro.className}>
Your text here
</p>
);
}
// Or using inline styles with Google Fonts link:
// <p style={{ fontFamily: '"Crimson Pro"' }}>Your text</p> Expo and React Native code for Crimson Pro
// Install: npx expo install @expo-google-fonts/crimson-pro expo-font
import { useFonts, Crimson_Pro_400Regular } from '@expo-google-fonts/crimson-pro';
export default function App() {
const [fontsLoaded] = useFonts({
Crimson_Pro_400Regular,
});
if (!fontsLoaded) return null;
return (
<Text style={{ fontFamily: 'Crimson_Pro_400Regular' }}>
Your text here
</Text>
);
} Recommended Font Pairings
These free fonts pair well with Crimson Pro ITC Berkeley for headlines, body text, or accent use.
Browse Alternatives by Context
Find ITC Berkeley alternatives filtered by specific use case, style, or language support.
By Use Case
By Script
Frequently Asked Questions
What is the best free alternative to ITC Berkeley?
Crimson Pro is the best free alternative to ITC Berkeley with a FontAlternatives similarity score of 76%. 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 ITC Berkeley?
There is no official free version of ITC Berkeley. However, Crimson Pro is available under the OFL-1.1 open-source license and achieves a FontAlternatives similarity score of 76%. It includes variable weights and supports latin, latin-extended.
What Google Font looks like ITC Berkeley?
The Google Fonts most similar to ITC Berkeley are Crimson Pro, EB Garamond, Lora. Among these alternatives, Crimson Pro offers the closest match with a FontAlternatives similarity score of 76% and includes variable weights for flexible typography options.
Can I use Crimson Pro commercially?
Yes, Crimson Pro 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 Crimson Pro similar enough to ITC Berkeley?
Crimson Pro achieves a FontAlternatives similarity score of 76% compared to ITC Berkeley. 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 ITC Berkeley and its free alternatives?
Free alternatives to ITC Berkeley 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 ITC Berkeley?
Download Crimson Pro 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.