Crimson Text
FREEserif
85% similar
serif
400–700
Yes
Commercial
Times New Roman is one of the most recognizable typefaces in the world, with a history rooted in practical journalism and editorial precision. It was designed in 1931 by Stanley Morison and Victor Lardent for The Times of London, commissioned specifically to improve the legibility and space efficiency of the newspaper's body text. The result was a typeface so well-suited to its purpose that it quickly transcended the newsroom and became a global standard for printed and digital documents alike.
From a design standpoint, Times New Roman is a transitional serif typeface characterized by a moderately high x-height, strong stroke contrast between thick and thin elements, and sharp, bracketed serifs that guide the eye smoothly across a line of text. Its letterforms are slightly condensed compared to many contemporaries, allowing more characters per line without sacrificing readability — a feature that made it invaluable for the densely set columns of a broadsheet newspaper.
Today, Times New Roman appears across an enormous range of contexts: academic papers, legal documents, book publishing, government reports, and corporate communications. It has long been the default font in Microsoft Word, which cemented its status as the go-to choice for formal writing across offices, universities, and institutions worldwide. Designers who choose Times New Roman typically do so for its immediate sense of authority, tradition, and legibility — it signals formality and seriousness without requiring any additional justification.
If you need the classic, authoritative feel of Times New Roman without the licensing constraints, several excellent free alternatives are available via Google Fonts and open-source repositories. Each captures a different facet of what makes Times New Roman so enduring.
With an 85% similarity to Times New Roman, Crimson Text is the closest free match available. Inspired by old-style serif typefaces of the Renaissance era — particularly the work of typographers like Claude Garamond and Robert Granjon — Crimson Text shares Times New Roman's elegant stroke contrast, bracketed serifs, and excellent readability at smaller sizes. Where it differs is in a slightly warmer, more humanist quality that makes it feel less institutional and more literary. It is an ideal choice for long-form editorial content, academic publishing, book interiors, and any project where a classic serif is needed but Times New Roman itself is unavailable or undesirable. Available on Google Fonts in regular and italic styles, Crimson Text handles body text with exceptional grace.
Designed by Frank Griesshammer at Adobe and released as an open-source typeface, Source Serif 4 achieves an 80% similarity to Times New Roman while bringing a distinctly modern sensibility to the table. Its design is carefully optimized for screen rendering, with subtle ink traps and refined spacing that ensure sharp, comfortable reading on digital displays. The proportions and serif structure will feel immediately familiar to anyone accustomed to Times New Roman, making it an excellent drop-in replacement for digital publications, news websites, and web-based reports. Source Serif 4 also supports a wider range of weights than Times New Roman, giving designers more typographic flexibility.
PT Serif was developed by ParaType as part of the Public Type project, originally commissioned to support multilingual publishing in Russia and Eastern Europe. At 80% similarity, it closely mirrors Times New Roman's purpose-driven approach: clear, sturdy, and highly legible across a range of sizes and printing conditions. PT Serif has a slightly larger x-height and more open letterforms, which can improve readability in less-than-ideal print conditions or at very small sizes. It is an excellent choice for multilingual documents, government publications, and any context where robust, reliable serif text is needed across extended reading.
Merriweather, designed by Eben Sorkin and available freely on Google Fonts, earns a 75% similarity rating. It shares Times New Roman's commitment to comfortable extended reading, but its design leans toward screen-first usage, with a larger x-height, slightly heavier stroke weights, and more generous spacing. The result is a typeface that feels warmer and more approachable than Times New Roman — less formal, but no less readable. Merriweather works particularly well for blog content, online magazines, and editorial web design where screen legibility is a priority and a touch of contemporary friendliness is welcome.
Lora, designed by Olga Karpushina, offers a 70% similarity to Times New Roman while introducing a subtly contemporary aesthetic. Its brushed curves and slightly calligraphic quality set it apart from strictly typographic serifs, giving it a more expressive character suited to creative publishing, personal branding, and lifestyle content. While it shares the readability and structural seriousness of Times New Roman, Lora is at its best in shorter-to-medium text blocks, headers, and editorial layouts where a little personality is an asset. It supports both regular and italic styles and pairs beautifully with clean sans-serif body fonts.
Getting started with Crimson Text via Google Fonts is straightforward. Add the following @import statement at the top of your CSS file to load the font:
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400;1,600&display=swap');
Once imported, apply it to your typography using the font-family property with a well-considered fallback stack:
body {
font-family: 'Crimson Text', 'Times New Roman', Times, Georgia, serif;
}
The fallback stack ensures that if Crimson Text fails to load — due to a network issue or an unsupported environment — the browser will gracefully fall back to Times New Roman, then Times, then Georgia, and finally the generic serif family. Note that the display=swap parameter in the Google Fonts URL enables font-display: swap, which instructs the browser to render text immediately using a fallback font and swap in Crimson Text once it has loaded. This is a critical performance and user experience best practice, particularly for text-heavy pages where invisible text during load (FOIT — Flash of Invisible Text) would disrupt the reading experience.
Times New Roman is a commercial typeface owned by Monotype. While it comes pre-installed on Windows and macOS operating systems, that installation license is limited to personal use on those devices. If you need to embed Times New Roman in a website, a commercial application, or a distributed PDF, you will typically need a separate web or embedding license from Monotype. For most professional and commercial projects, a free alternative like Crimson Text or Source Serif 4 is a more practical and legally clear choice.
Crimson Text is currently the closest freely available alternative, sharing approximately 85% visual similarity with Times New Roman. It replicates the essential characteristics that make Times New Roman so widely used — strong stroke contrast, bracketed serifs, and excellent text-size legibility — while adding a slightly warmer, more humanist quality. For projects requiring a near-identical substitute that can be used freely on the web and in print, Crimson Text is the recommended starting point.
Yes. Crimson Text is released under the SIL Open Font License (OFL), which permits free use in both personal and commercial projects. You can embed it in websites, apps, printed materials, and commercial publications without paying licensing fees. The only restriction is that you cannot sell the font files themselves as a standalone product. This makes it an excellent, legally straightforward alternative to Times New Roman for professional and commercial use.
For web-specific projects, Source Serif 4 and Merriweather are the strongest choices. Both were designed with screen rendering as a primary consideration, featuring carefully tuned spacing, ink traps, and hinting that ensure sharp, comfortable text on a wide range of displays and resolutions. Source Serif 4 is particularly well-suited to news and editorial sites where Times New Roman's aesthetic is the target, while Merriweather excels in blog and content publishing environments where warmth and screen comfort are priorities.