Skip to content

Brush Script

handwriting

COMMERCIAL
32px
Purchase on MyFonts →

Properties

Weights

400–700

Italic

Yes

License

Commercial

commercial handwriting

Free Alternatives

About Brush Script

Brush Script is a classic handwriting typeface designed by Robert E. Smith and released by American Type Founders (ATF) in 1942. It was created to simulate the natural, fluid strokes of a brush pen, giving printed text the warmth and spontaneity of hand-lettering. In an era when advertising and commercial printing were booming, Brush Script filled a genuine need for a typeface that felt personal and expressive without requiring an actual calligrapher.

From a technical standpoint, Brush Script features moderate x-height, high stroke contrast between thick downstrokes and thin upstrokes, and angled, brush-like terminals that taper naturally as if lifted off the page. The letters are slightly slanted and connected in a flowing, cursive rhythm that gives the font its signature casual elegance. Available in weights from 400 (Regular) to 700 (Bold) with italic variants, it offers some flexibility for designers who need to add emphasis while maintaining tonal consistency.

Brush Script has found a home in a remarkably wide range of contexts. You'll spot it on restaurant menus, bakery signage, greeting cards, vintage-style packaging, and lifestyle brand logos. Industries like food and beverage, beauty, craft, and event planning gravitate toward it because the font communicates friendliness, authenticity, and a handmade quality. It has also appeared in countless retro-themed designs, evoking mid-century American aesthetics.

Designers choose Brush Script because it delivers instant personality. When a headline needs to feel warm, approachable, or artisanal — without looking overly formal or digital — Brush Script reliably delivers. That said, it is a commercial font, and licensing costs can be a barrier, especially for independent designers, small businesses, or open-source projects. That's where free alternatives become invaluable.

Best Free Alternatives to Brush Script

The following Google Fonts offer varying degrees of visual similarity to Brush Script. Each is free to use, including for commercial projects, making them practical choices when licensing a premium font isn't feasible.

1. Permanent Marker

Similarity: ~65% — Permanent Marker is the closest freely available match to Brush Script's bold, informal energy. It captures the rough, expressive brush stroke feel with slightly uneven edges that make text look genuinely hand-drawn rather than digitally polished. Where Brush Script leans toward flowing cursive elegance, Permanent Marker is more upright and blocky — but both share that unmistakable "made by hand" spirit. It works exceptionally well for poster headlines, social media graphics, youth-oriented branding, and any context where high-energy informality is the goal. If you're replacing Brush Script in a bold, attention-grabbing heading, Permanent Marker is your first stop.

2. Kalam

Similarity: ~60% — Kalam is a casual handwritten font designed with a natural, slightly irregular stroke that closely mimics writing with a brush pen. Unlike Permanent Marker, Kalam feels a bit more refined and legible at smaller sizes, making it a strong candidate for short body copy, handwritten-style annotations, or interface elements that need a personal touch. Its slightly informal letterforms share Brush Script's warmth, though the overall weight is lighter and the strokes are less dramatically contrasted. Use Kalam when you want the feel of Brush Script without quite as much visual intensity.

3. Lobster

Similarity: ~55% — Lobster is one of the most recognizable display script fonts on the web, and for good reason. It brings bold, retro hand-lettering energy with prominent ligatures and a confident, rounded stroke. While it doesn't precisely replicate Brush Script's brushwork, its personality overlaps significantly — both fonts feel festive, informal, and full of character. Lobster is ideal for restaurant branding, event promotions, and vintage-inspired logos where the goal is expressive typographic personality. Keep in mind that Lobster is so widely used that it may feel familiar to audiences; use it judiciously.

4. Shadows Into Light

Similarity: ~50% — Shadows Into Light takes a lighter, more playful approach to brush script lettering. Its thin, slightly wobbly strokes feel like casual note-taking with a fine brush, offering a gentle, approachable quality that Brush Script achieves at heavier weights. This makes it a good fit for greeting card designs, children's content, personal blog headers, and any project requiring a soft, friendly handwritten aesthetic. It won't replicate Brush Script's boldness, but it serves the same emotional purpose in lower-contrast, delicate design contexts.

5. Cinzel Decorative

Similarity: ~40% — Cinzel Decorative is admittedly a more distant match, but it earns its place on this list for a specific reason. When Brush Script is used to lend a design decorative gravitas and headline authority — particularly in formal branding or elegant event materials — Cinzel Decorative can fill a similar role, just with a classical rather than handwritten sensibility. It's worth considering when the primary need is decorative distinction and Brush Script's casual brush quality would actually be too informal for the context.

How to Use Permanent Marker in CSS

Since Permanent Marker is the closest free alternative to Brush Script, here's how to quickly implement it in your web project using Google Fonts.

Add the following @import statement at the top of your CSS file:

@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

Then apply the font using the font-family property with a proper fallback stack:

font-family: 'Permanent Marker', 'Brush Script MT', cursive;

The fallback stack first targets Brush Script MT (available on most macOS and Windows systems), then falls back to the generic cursive family. This ensures your design degrades gracefully if the Google Fonts request fails.

Notice the display=swap parameter in the import URL. This instructs the browser to use a fallback font immediately while the custom font loads in the background, preventing invisible text during page load. It's a simple but important performance and user experience optimization recommended by Google's Web Vitals guidelines.

Frequently Asked Questions

Is Brush Script free to use?

No, Brush Script is a commercial typeface that requires a license for use. It was originally released by American Type Founders and is currently distributed through various type vendors including Monotype. A variant called Brush Script MT is bundled with Microsoft Office and macOS, but that license restricts use to documents created within those applications — it does not grant permission for embedding in websites, apps, or commercial design work. Always verify licensing terms before using any system font in a commercial project.

What is the closest free alternative to Brush Script?

Permanent Marker is currently the closest freely available alternative, sharing approximately 65% visual similarity with Brush Script. It replicates the bold, informal, brush-stroke quality that makes Brush Script so recognizable. It's available on Google Fonts and is licensed under the Open Font License, meaning it's free for both personal and commercial use.

Can I use Permanent Marker commercially?

Yes. Permanent Marker is licensed under the SIL Open Font License (OFL), which permits free use in personal and commercial projects, including embedding in websites, apps, and printed materials. You can use it in client work, product packaging, and digital products without paying any licensing fees. The only restriction is that you cannot sell the font file itself as a standalone product.

Which Brush Script alternative works best for web design?

For most web design use cases, Permanent Marker or Kalam offer the best combination of visual match and web performance. Both are optimized for screen rendering via Google Fonts. If you're using the font at smaller sizes or as part of longer text blocks, Kalam may offer better readability due to its slightly more open letterforms. For large display headings and hero sections, Permanent Marker or Lobster will make a stronger visual impact.