Skip to content

Miller

serif

COMMERCIAL
32px
Purchase on MyFonts →

Properties

Weights

400–700

Italic

Yes

License

Commercial

commercial serif

Free Alternatives

About Miller

Miller is a refined transitional serif typeface designed by Matthew Carter in 1997, developed in collaboration with Tobias Frere-Jones and Cyrus Highsmith at Font Bureau. It was created with a clear editorial purpose in mind: to serve the demanding typographic needs of newspapers and magazines where legibility at small sizes, strong personality at display sizes, and durability across a wide range of printing conditions are all essential.

The design draws inspiration from the Scotch Roman tradition — a style of serif type that flourished in 19th-century British and American printing. Scotch Romans are characterized by high contrast between thick and thin strokes, ball terminals on letters like a, c, and r, a relatively tall x-height, and a sturdy, upright structure. Miller captures all of these qualities while refining them for contemporary use, bringing a historical warmth into a thoroughly modern typeface system.

Key design characteristics include a generous x-height that enhances legibility in running text, pronounced stroke contrast that gives it strong visual presence in headlines, and sharp, bracketed serifs that sit firmly on the baseline. The italic variant is particularly well-crafted, with elegant calligraphic qualities that complement the roman without feeling disconnected from it. The weight range from Regular (400) to Bold (700) provides enough flexibility to create clear typographic hierarchy within a single publication or design system.

Miller is widely used in editorial design — you'll find it in prominent American newspapers and magazines, academic publications, and high-end brand identities that want to communicate authority and sophistication. It appeals to designers who need a typeface that performs reliably in body text while still turning heads in display settings. That dual capability, combined with its rich historical roots, is precisely why Miller remains a go-to choice for editorial and branding professionals decades after its release.

Best Free Alternatives to Miller

Miller is a commercial font available through Font Bureau and licensed per-use, which puts it out of reach for many independent designers, small studios, and open-source projects. The good news is that several high-quality free typefaces share Miller's essential character — its Scotch Roman warmth, editorial legibility, and refined proportions. Below are the closest free alternatives, ranked by similarity.

Crimson Pro

With approximately 75% similarity to Miller, Crimson Pro is the closest freely available match you're likely to find. Designed by Jacques Le Bailly and updated from the original Crimson Text, it features a tall x-height, good stroke contrast, and a warm, humanist personality that echoes Miller's editorial sensibility. The italic is confident and well-formed, making it a reliable workhorse for long-form reading. Where it diverges from Miller is in overall color and weight — Crimson Pro reads slightly lighter on the page, which can actually be an advantage in screen-based contexts. It works exceptionally well for digital magazines, academic papers, literary websites, and any project that calls for a contemporary text face with classical roots.

Source Serif 4

Source Serif 4, designed by Frank Grießhammer for Adobe and released openly via Google Fonts, offers around 70% similarity to Miller. It carries the same modern-classic balance — a clean, structured design with enough warmth to avoid feeling cold. The x-height is comfortable, contrast is moderate, and the overall weight distribution gives it strong performance in both print and screen body text. Source Serif 4 includes a wide range of weights and optical sizes, making it a remarkably versatile option. It's particularly well-suited for editorial platforms, e-readers, documentation, and any interface where long-form readability is a priority.

Lora

Lora, created by Cyreal and available on Google Fonts, lands at around 65% similarity to Miller. It's a well-balanced serif with moderate contrast and brushed curves that lend it a subtly calligraphic quality. While it doesn't replicate Miller's Scotch Roman sharpness, it shares a similar refined, literary feeling that makes it appropriate for body text and display use alike. Lora's graceful italics are one of its strongest assets. It performs best in blog posts, book covers, lifestyle branding, and editorial contexts where you want elegance without formality.

Merriweather

Merriweather, designed by Eben Sorkin and freely available via Google Fonts, offers roughly 60% similarity to Miller. It takes a more robust approach — slightly heavier stroke weights and a denser overall texture — which makes it exceptionally well-suited to screen rendering at body text sizes. It doesn't carry Miller's Scotch Roman heritage as directly, but it delivers comparable warmth, clarity, and reliability. Merriweather is an excellent choice for news websites, content-heavy applications, and any context where readability under variable screen conditions is the primary concern.

IBM Plex Serif

IBM Plex Serif, designed by Mike Abbink and Bold Monday for IBM, achieves around 55% similarity to Miller. It's the most modern and structured of the alternatives listed here — its design reflects a technical precision that gives it a distinct personality compared to Miller's warmer editorial tone. That said, it maintains strong legibility and handles editorial layouts with confidence. The similarity is most apparent in its overall proportions and text-setting capability. IBM Plex Serif works best in technology-focused editorial content, corporate annual reports, and hybrid editorial-interface contexts where a touch of warmth meets systematic design thinking.

How to Use Crimson Pro in CSS

Crimson Pro is available through Google Fonts and is straightforward to implement in any web project. To load it, add the following @import statement at the top of your CSS file:

@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap');

Once imported, apply Crimson Pro using the font-family property with a sensible fallback stack that ensures your layout degrades gracefully on systems where the font hasn't yet loaded:

font-family: 'Crimson Pro', Georgia, 'Times New Roman', serif;

Notice the display=swap parameter included in the import URL. This instructs the browser to use the fallback font immediately while Crimson Pro loads in the background, then swap it in once available. This approach — known as font-display: swap — significantly improves perceived performance and prevents invisible text during page load, which is both a user experience improvement and a positive signal for Core Web Vitals.

Frequently Asked Questions

Is Miller free to use?

No, Miller is a commercial typeface licensed through Font Bureau. Using it in a project requires purchasing the appropriate license, which varies depending on whether the use is print, digital, app-based, or broadcast. If your budget doesn't allow for a commercial license, the free alternatives listed in this article — particularly Crimson Pro and Source Serif 4 — are strong substitutes for most editorial and branding use cases.

What is the closest free alternative to Miller?

Crimson Pro is the closest freely available alternative to Miller, with an estimated similarity of around 75%. It shares Miller's tall x-height, editorial warmth, and Scotch Roman-inspired character while being fully free to use via Google Fonts. For projects that demand the highest fidelity to Miller's specific look, Crimson Pro is the recommended starting point.

Can I use Crimson Pro commercially?

Yes. Crimson Pro is released under the SIL Open Font License (OFL), which permits free use in personal and commercial projects. You can embed it in websites, use it in client work, include it in apps, and even modify it — as long as you don't sell the font itself as a standalone product. Always verify the current license terms on the Google Fonts or source repository page before deploying in a project.

What are the best font pairings for Miller or its alternatives?

Miller pairs beautifully with clean, modern sans-serifs that let the serif's personality lead. Two particularly effective combinations are Miller with Inter for an editorial style — where Miller handles headings and Inter provides neutral, highly legible body text — and Miller with DM Sans for a slightly warmer, more contemporary feel. If you're working with a free alternative like Crimson Pro, these same pairings translate well: Crimson Pro in headings alongside Inter or DM Sans in body copy produces a balanced, professional hierarchy that works across both print and digital media.