Skip to content
Part of: Fonts
General

What Font Does Discord Use? A Guide to Discord's Typography

Discord's interface and message font is gg sans, a proprietary typeface introduced in May 2023 as part of a brand refresh โ€” the 'gg' stands for 'good game.'

BoldlyTypeยทJul 13, 2026ยท7 min

Discord's interface and message font is gg sans, a proprietary typeface introduced in May 2023 as part of a brand refresh โ€” the 'gg' stands for 'good game.'

Key takeaways

  • Discord's interface and message font is gg sans, a proprietary typeface introduced in May 2023 as part of a brand refresh โ€” the 'gg' stands for 'good game.'
  • gg sans is not available for download or licensing; it replaced Whitney (Hoefler & Co.) and Uni Sans, which Discord used previously.
  • Code blocks in Discord render in your system's monospace font โ€” Consolas on Windows, Menlo on macOS โ€” not in gg sans.
  • Discord supports native Markdown formatting for bold, italic, underline, strikethrough, spoilers, code, blockquotes, and headers โ€” all rendered within the gg sans typeface.
  • The 'custom fonts' in Discord usernames and server names are Unicode look-alike characters pasted from a generator, not a font setting โ€” they only cover Latin letters and have real accessibility costs.
What Font Does Discord Use? A Guide to Discord's Typography
On this page

Definition

TL;DR: Discord uses a custom proprietary typeface called gg sans, introduced in May 2023 as part of a brand refresh. The "gg" stands for "good game." Before that, Discord relied on Whitney and Uni Sans. gg sans is not available for download. Code blocks render in a monospace font (Consolas on Windows, Menlo on macOS), and Discord supports full Markdown formatting for bold, italic, underline, strikethrough, spoilers, and more.

If you've spent any time on Discord, you've been reading gg sans without knowing it. Discord designed its own typeface, baked it into every screen of the app, and quietly retired the fonts it had used for years. But "what font does Discord use" actually has a few answers depending on what part of Discord you're looking at.

What is gg sans?

gg sans is Discord's proprietary typeface. Discord introduced it in May 2023 alongside a broader visual rebrand that also updated the Clyde logo and the platform's color palette. The name is a direct reference to gaming culture โ€” "gg" stands for "good game," a phrase typed at the end of online matches.

gg sans is a clean, geometric sans-serif designed for screen readability at small sizes. It handles everything from channel names and usernames to message text, timestamps, and button labels. Discord uses it across the desktop app, the web client, and the mobile apps.

One important fact: gg sans is not publicly available. You cannot download it, license it, or use it in your own projects. It was designed exclusively for Discord's product and brand. Any site offering a "gg sans free download" is distributing an unofficial copy, not the real thing.

What fonts did Discord use before gg sans?

Discord's typography history has two earlier chapters:

  • Whitney โ€” Discord's original interface font. Whitney is a humanist sans-serif designed by Tobias Frere-Jones and sold through Hoefler & Co. Discord licensed it for years, and it became so closely associated with the app that many people still think of it as "the Discord font." Whitney is a commercial typeface you can license from Hoefler & Co. for your own use.
  • Uni Sans โ€” Used in Discord's older logo and some marketing materials. Uni Sans is a geometric sans-serif from Fontfabric.

When gg sans launched, it replaced Whitney across the interface. The switch was part of Discord's effort to own its visual identity outright rather than rely on a licensed typeface.

What font do Discord messages actually render in?

This is where it gets practical. Unlike platforms where user text renders in a system font (the way Instagram bios use SF Pro or Roboto), Discord pushes gg sans to your device for message rendering. Your messages, channel names, server names, and usernames all display in gg sans on both desktop and mobile.

The CSS does include a fallback stack for situations where gg sans hasn't loaded yet:

gg sans, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif

So if you're on a device or browser where the custom font fails to load, you'll see one of those system fonts instead. In practice, this almost never happens on the official Discord apps.

What font does Discord use for code blocks?

Discord treats code differently from regular text. When you wrap text in backticks, it switches to a monospace font:

  • Single backtick (`) creates inline code: like this
  • Triple backticks (```) creates a multi-line code block with optional syntax highlighting

The exact monospace font depends on your operating system:

OSMonospace font
WindowsConsolas
macOSMenlo
LinuxVaries (often DejaVu Sans Mono or Ubuntu Mono)

This is the same system-font approach most apps use for monospace rendering. For a deeper look at how Discord's code blocks work, including syntax highlighting with language tags, see our guide to monospace text in Discord.

The Discord wordmark โ€” the "Discord" text that appears next to the Clyde mascot โ€” uses a custom logotype, not gg sans. Like most tech companies, Discord commissioned hand-drawn lettering for its logo so it reads as a distinct mark rather than text set in their UI font. The logotype was updated during the 2023 rebrand alongside the gg sans rollout.

Discord's built-in text formatting (Markdown)

Unlike some platforms where you have no formatting options at all (looking at you, X/Twitter), Discord gives you a full set of Markdown formatting for messages:

SyntaxResult
**text**Bold
*text* or _text_Italic
__text__Underline
~~text~~Strikethrough
||text||Spoiler (hidden until clicked)
`text`Inline code
```text```Code block
> textBlockquote
# textHeader (large)
## textHeader (medium)
### textHeader (small)

This is native formatting โ€” Discord's parser converts the Markdown syntax into styled text. It works in messages, not in all fields. For a full walkthrough of every formatting trick, see our Discord text formatting guide.

One thing to know: these Markdown styles are rendered within gg sans. Bold text is gg sans bold, italic is gg sans italic. You're not changing the font โ€” you're changing the weight or style of the same typeface.

How do people get "fancy" or "custom" fonts in Discord?

Discord has no font picker. You can't change the typeface of your messages, username, server name, or bio through any setting. But you've probably seen people with stylized text in their usernames or server names โ€” things like cursive or bold sans lettering.

That's Unicode, not a font change. Unicode includes thousands of characters across mathematical and decorative alphabets that look like different fonts but are actually distinct character codes. A tool like our Discord text formatter or text generator swaps your normal letters for these look-alike characters. You copy the result and paste it wherever Discord accepts text input.

This works for:

  • Usernames and display names
  • Server names
  • Channel topics
  • Status messages
  • Message text

Two honest limits:

  1. Latin letters and digits only. Unicode styled alphabets cover A-Z, a-z, and 0-9. They don't work for non-Latin scripts like Chinese, Japanese, Korean, Arabic, or Hindi.
  2. Accessibility and search costs are real. Screen readers may skip or mangle these characters, and they're not searchable as normal text. Use them as a light accent โ€” a stylized server name or a single bold word โ€” not for entire conversations. We cover this honestly in are Unicode fonts accessible.

Also keep in mind that Discord has character limits on different fields. Some Unicode characters consume more bytes than plain letters, so styled text can push you over the limit faster than you'd expect.

Quick comparison: Discord's font layers

WhereWhat rendersCan you change it?
Interface / UIgg sans (proprietary)No
Messagesgg sans (with Markdown styling)Bold/italic/code via Markdown; no font picker
Code blocksSystem monospace (Consolas / Menlo)No
Logo / wordmarkCustom logotypeNo
Usernames / server namesgg sans (Unicode paste-ins possible)Unicode copy-paste only

Frequently asked questions

What font does Discord use?

Discord uses gg sans, a custom proprietary typeface introduced in May 2023. It replaced Whitney, the previous interface font. gg sans is used across the desktop app, web client, and mobile apps for all interface and message text.

What does "gg" stand for in gg sans?

It stands for "good game," a common phrase in online gaming. It's a nod to Discord's origins as a platform built for gamers.

Can I download the gg sans font?

No. gg sans is proprietary and exclusively for Discord's own use. It is not sold, licensed, or distributed for public download. If you want a similar clean sans-serif for your own projects, look at freely available geometric sans-serifs like Inter or DM Sans.

What font did Discord use before gg sans?

Discord used Whitney, a humanist sans-serif by Tobias Frere-Jones (Hoefler & Co.), as its main interface font. The older logo also used Uni Sans from Fontfabric.

How do I make bold or italic text in Discord?

Discord supports Markdown: wrap text in **double asterisks** for bold, *single asterisks* for italic, __double underscores__ for underline, and ~~double tildes~~ for strikethrough. These are native formatting features, not font changes.

How do people get custom fonts in their Discord username?

They use Unicode look-alike characters generated by a tool like the Discord text formatter. The styled characters are pasted into the username field. It's not a real font change โ€” it's a character substitution that works because Unicode includes decorative alphabets.

What monospace font does Discord use for code blocks?

Discord uses your operating system's default monospace font for code blocks: Consolas on Windows, Menlo on macOS, and typically DejaVu Sans Mono or a similar font on Linux.

Ready to put this into practice?

Browse all formatters

Spotted an error? Email hello@boldlytype.com โ€” we update guides quarterly and welcome corrections.

Frequently asked questions

Latest questions readers ask us about this topic.

The sub-questions readers ask next โ€” answered, with where to go.

They're symbols, not fonts. A 'fancy font' generator doesn't change your typeface โ€” it swaps each letter for a look-alike character from a different Unicode block (๐—ฎ is a different code point than a). Because the styling lives in the characters themselves, it travels with the text when you copy and paste, which is why it survives into Instagram or LinkedIn where real custom fonts don't. The trade-off is that the text is no longer plain letters, so treat it as decoration for short phrases, not body copy.

Try every style at once

That's a missing-glyph fallback. When an app or older device doesn't have a glyph for a rarer Unicode style (some scripts and decorative blocks), it renders a box (โ–ฏ) or question mark instead. Sans-serif bold and italic are the most widely supported; bold script, fraktur and double-struck are the most likely to break on older Android keyboards or low-end devices. Always preview on a phone before you post, and keep the safe styles for anything that matters.

Use the safe social styles

Yes. Neither editor has a bold button because both are plain-text by design, but both render Unicode. Generate the bold text, copy it, and paste it straight into the bio field โ€” the bold survives. Keep it to one emphasised phrase rather than a whole bold bio, since a wall of bold reads as shouting and is harder for screen readers. Links and @handles should stay in plain characters so they remain tappable.

Open the bold generator

Bold Unicode (๐—ฏ๐—ผ๐—น๐—ฑ) is for emphasis and hooks โ€” the first thing a reader's eye lands on. Italic Unicode (๐˜ช๐˜ต๐˜ข๐˜ญ๐˜ช๐˜ค) signals nuance: titles, product names, quotes and wry asides. Both come in sans and serif variants, and there's a combined sans bold-italic for text that's both. The rule is the same for each: use them on a single word or phrase, never for full paragraphs, and never on links or hashtags.

Open the italic generator

Related in this series

See all in Fonts

Explore the topic cluster

More tools and guides across this topic cluster.

Get the next post.

Craft notes on writing for the internet. One short email, every other week. No spam.

Keep reading