Minecraft uses Mojangles (also called Minecraft Seven) as its primary in-game font, a proprietary bitmap typeface created originally by Markus Persson (Notch) and later maintained by Mojang Studios.

This pixelated, monospaced font appears across menus, chat, inventory screens, signs, books, and the experience bar in both Java Edition and Bedrock Edition.

The Minecraft logo uses a different style entirely. It is modeled after a blocky, cracked display typeface, and the closest publicly available match is MineCrafter by Madpixel Designs.

What Type of Font Is Mojangles?

Mojangles is a bitmap pixel font, rendered at a fixed low resolution to produce sharp, grid-aligned characters. It does not use anti-aliasing, which gives it clean, hard edges at any supported size.

The design is fully monospaced, meaning every character occupies the same horizontal width. This is a deliberate choice for game UI text, where consistent alignment across lines matters more than proportional spacing.

Bold text in Mojangles is generated by printing each character twice: once at its original position, and again one pixel to the right. The result is a thicker glyph without modifying the base font file.

As of Java Edition 1.21, Mojangles contains 2,426 characters, covering Latin scripts and a range of Unicode symbols.

Who Designed Mojangles?

The earliest version of the Minecraft bitmap font traces back to Markus Persson, who built it for Legend of the Chambered in 2001, years before Minecraft existed.

When Minecraft launched in 2009, Persson carried that same pixelated typeface into the game. Mojang Studios and Crowdin volunteers have since expanded and maintained it.

Mojangles is not a commercial or open-source font. It is a proprietary asset owned by Mojang Studios, usable only under the Minecraft Usage Guidelines.

Which fonts dominate design today?

Discover the newest font statistics: typography trends, readability insights, popular styles, and usage across industries.

Check the Data →

The fan-made Minecraftia, published in 2011 by Andrew Tyler, is a separate bitmap typeface designed to closely replicate Mojangles for personal projects. It is not an official Mojang font.

Is the Minecraft Font Free to Use?

Mojangles itself is not publicly available for download and cannot be used outside the game without violating Mojang’s usage guidelines.

For fan art, thumbnails, and non-commercial projects, most people reach for Minecraftia by Andrew Tyler. It is free for personal use and available on DaFont. Commercial use requires a paid license purchased through Andrew Tyler’s Gumroad page.

The logo-style font MineCrafter by Madpixel Designs is donationware, meaning you can download it free and use it with a donation, though commercial projects should confirm licensing terms with the designer.

Check font licensing terms carefully before using either in paid work or app development.

What Are the Fonts Minecraft Uses Across Different Contexts?

Minecraft does not rely on a single typeface across every interface. The game uses several fonts depending on where text appears.

Here is a breakdown of the fonts used in Java Edition and Bedrock Edition:

Font Edition Where It Appears Type
Mojangles Java + Bedrock Most in-game text Bitmap / proprietary
Noto Sans Bedrock only Marketplace content, large text bodies Open-source
Minecraft Ten Bedrock + website Header texts in menus Proprietary
GNU Unifont Java + Bedrock Fallback for unsupported characters Open-source
Standard Galactic Alphabet Java + Bedrock Enchanting table GUI Proprietary

Bedrock Edition also supports switching the chat font between Mojangles and Noto Sans through the Chat Settings menu.

What Are the Best Free Alternatives to Mojangles?

Since Mojangles is not publicly available, these are the most widely used alternatives for design projects:

Font Similarity License Source
Minecraftia Closest match to in-game UI font Free personal / paid commercial DaFont, Gumroad
MineCrafter Closest match to the Minecraft logo style Donationware DaFont
Minecraft (by Craftron Gaming) Bitmap style, inspired by the early logo Free personal + commercial DaFont
Minercraftory Pixel display font, game-inspired Creative Commons DaFont
Minecraft Evenings Eroded, cracked logo-style Free DaFont / Chequered Ink

Minecraftia works best at 12 or 24px with anti-aliasing turned off. At any other size or with smoothing enabled, the pixel grid breaks and the font loses its characteristic look.

If you want the in-game feel for web use, Andrew Tyler’s Gumroad page sells a commercial license. For logo-style text, MineCrafter by Madpixel is the go-to across most fan communities.

How to Use a Minecraft-Style Font in Your Projects

In Photoshop or Illustrator

Download Minecraftia or MineCrafter, install the .ttf file, and restart the application. Set the font size to 12 or 24px. Turn off anti-aliasing in the character panel (set it to “None”).

This keeps the pixel grid sharp. Scaling up with anti-aliasing active turns the hard edges into a blurry mess, which defeats the whole point of using a monospaced bitmap typeface. If you need step-by-step instructions, see this guide on how to add fonts to Photoshop.

In Figma or Canva

Figma supports local font installation via the Figma Font Helper desktop app. Once installed, Minecraftia will appear in the font dropdown. For adding fonts to Figma, the process takes under two minutes.

Canva supports custom font uploads on paid plans. Free plan users are limited to the font library. You can upload fonts to Canva directly from the Brand Kit section if you have a Pro account.

For Web Use (CSS)

Mojangles is not available on Google Fonts or Adobe Fonts. Minecraftia can be self-hosted using a web font kit. The recommended CSS setup looks like this:

@font-face { font-family: 'Minecraftia'; src: url('Minecraftia-Regular.woff2') format('woff2'); } body { font-family: 'Minecraftia', monospace; -webkit-font-smoothing: none; font-smooth: never; } `

Disabling font smoothing in CSS is the web equivalent of turning off anti-aliasing in Photoshop. Without it, modern browsers will blur the pixel edges.

In Minecraft Resource Packs

Java Edition supports full font replacement via resource packs. You can swap Mojangles with any bitmap font by placing your custom font texture in assets/minecraft/textures/font/ and updating the font provider in the default.json file.

Bedrock Edition has more limited font customization, but texture packs can still replace the default8.png bitmap sheet that drives Mojangles.

Why Did Minecraft Choose This Font?

The short answer: it was never really “chosen.” Notch built the pixel font for an earlier project in 2001 and carried it into Minecraft when the game launched in 2009.

At that time, Minecraft rendered at extremely low resolutions. A bitmap font with no anti-aliasing was not just a stylistic preference. It was the only type of typeface that would look clean at that scale. Smooth, vector-based fonts would have looked worse, not better, on a 16×16 pixel grid.

The font ended up being the right call for another reason. Its typography matched the game’s entire visual language: blocks, grids, hard edges, no curves. The text looks like it was placed in the same world as the terrain. That kind of unity between text and visuals is hard to achieve by accident.

Mojang has since added Noto Sans, Minecraft Ten, and other typefaces for specific UI contexts, particularly in Bedrock Edition where Marketplace content needs more readable large-body text. But Mojangles stayed. It is still the default font for most of what players see in both editions of the game.

There is also something to be said about font psychology here. The pixelated style signals nostalgia, playfulness, and a certain creative freedom. Those associations align closely with what Minecraft is actually about. Swapping to a polished sans-serif font would have made the UI feel more corporate and less like a game built out of blocks.

Curious how other games and brands handle their font choices? Compare it with the Roblox font, or see how the Sims font handles a similar challenge of in-game readability. You can also browse a curated list of Minecraft-inspired fonts if you want more options for fan projects.

FAQ on What Font Does Minecraft Use

What is the official font used in Minecraft?

The primary in-game font is Mojangles, also known as Minecraft Seven.

It is a proprietary bitmap typeface owned by Mojang Studios and appears in menus, chat, signs, and inventory screens across both Java and Bedrock Edition.

Is Minecraftia the same as the Minecraft font?

Minecraftia is a fan-made replica, not the official font.

Andrew Tyler designed it in 2011 to closely match Mojangles for personal projects. It is not affiliated with Mojang Studios in any way.

What font does the Minecraft logo use?

The logo uses a custom blocky display style, not Mojangles.

The closest publicly available match is MineCrafter by Madpixel Designs, a donationware techno-square typeface first released in 2011 on DaFont.

Can I download the Minecraft font for free?

Mojangles itself is not available for public download.

Minecraftia is free for personal use via DaFont. Commercial use requires a paid license from Andrew Tyler’s Gumroad page. MineCrafter is donationware and free to download.

What font does Minecraft use for the enchanting table?

The enchanting table uses the Standard Galactic Alphabet, a script originally from the Commander Keen video game series.

It is a separate font from Mojangles and appears only within the enchanting table GUI.

Does Minecraft Java Edition use a different font than Bedrock?

Both editions use Mojangles as the primary font.

Bedrock Edition adds Noto Sans for Marketplace content and Minecraft Ten for menu headers. Java Edition uses GNU Unifont as a fallback for unsupported characters.

Who created the Minecraft font?

Markus Persson (Notch) built the original pixel bitmap font in 2001 for a separate project called Legend of the Chambered.

He carried it into Minecraft when the game launched in 2009. Mojang Studios and Crowdin volunteers have maintained and expanded it since.

What type of font is Mojangles?

Mojangles is a monospaced bitmap font rendered at a fixed low resolution with no anti-aliasing.

Every character occupies equal horizontal width. Bold glyphs are generated by printing each character twice, shifted one pixel to the right.

Are there free alternatives to the Minecraft font?

Yes. Several pixel fonts replicate the Mojangles style closely.

The most used options are Minecraftia (DaFont), Minercraftory under Creative Commons, and Minecraft by Craftron Gaming, which is free for both personal and commercial use.

What font does the Minecraft website use?

The Minecraft website mixes several typefaces depending on the page section.

Minecraft Ten handles top-level headers, Mojangles appears in mid-level headers, and Noto Sans is used for main body content and descriptions.

Conclusion

So, what font does Minecraft use? The answer depends on context. Mojangles handles most in-game text, while the logo draws from a separate blocky display style.

For personal projects, Minecraftia by Andrew Tyler is the most reliable free alternative to the proprietary Mojangles typeface.

The pixelated, monospaced bitmap design was never just a stylistic choice. It was built for low-resolution rendering and ended up defining the game’s entire visual identity.

Whether you’re recreating the Minecraft UI font in Photoshop or building a Minecraft-inspired design, always check your font licensing before using any of these typefaces commercially.

Bogdan Sandu
Share
Written by Bogdan Sandu

Bogdan Sandu is a seasoned designer who has been designing websites since 2008. Renowned for his expertise in logo design and visual branding, Bogdan has developed a multitude of logos for various clients. His skills extend to creating posters, vector illustrations, business cards, and brochures. Additionally, Bogdan's UI kits were featured on marketplaces like Visual Hierarchy and UI8. He also wrote in the past years on sites like Design Your Way, WebDesignerDepot, WPDean, Designmodo, Speckyboy, Slider Revolution, and more.