INSPECTED ON SEPTEMBER 20, 2026

What font does Discord use?

Discord’s loud, playful headlines are a big part of its brand. The marketing site pairs an extra-wide display cut with a calmer text cut of the same family. The app itself uses a different custom font, gg sans, which the site also declares.

Short answer: Discord’s website uses ABC Ginto, a typeface by the foundry Dinamo, in custom Discord cuts: the wide, heavy Ginto Nord for uppercase headlines and the regular Ginto for body text.

FONTS ON DISCORD.COMShare of visible text · 1440px wide viewport

ABC Ginto (Discord cut)

Self-hosted82.6%
CSS name
Abcgintodiscord
Weights
400, 500
Sizes
20px · 16px
Served from
cdn.prod.website-files.com

ABC Ginto Nord (Discord cut)

Self-hosted17.4%
CSS name
Abcgintodiscordnord
Weights
700, 800
Sizes
61px · 56px · 48px · 36px
Served from
cdn.prod.website-files.com

Sizes, weights and spacing by role

These are computed values from the live page, which is what the Font Inspector panel shows when you click each element.

RoleFontSizeWeightLine heightLetter spacing
HeadlineABC Ginto Nord56px7000.86-0.01em
Body textABC Ginto20px4001.30.016em
SubheadingABC Ginto16px4001.25normal
ButtonABC Ginto16px4001.5normal
Measured at a 1440px wide window on September 20, 2026. Responsive sites use other sizes on smaller screens.

The main font stack in the CSS:

font-family: Abcgintodiscord, sans-serif;
  • Headlines are uppercase with a line height of 0.86, so lines sit closer together than the letters are tall. That only works because capitals have no descenders.
  • Body text is a comfortable 20px with slightly positive letter spacing.
  • The font files are served from Webflow’s asset CDN, which tells you the marketing site is built with Webflow.
  • The page also declares gg sans, the custom typeface of the Discord app.

Check any site yourself in one click.

Sites change their type without notice. Font Inspector shows the rendered font, size, weight and spacing of any text on discord.com or anywhere else, and lists every font on the page. Free, no account.

Add to Chrome

About the fonts, and whether you can use them

ABC Ginto (Discord cut)

ABC Ginto is a contemporary sans serif from the type foundry Dinamo. The file names on the page, such as ABCGintoDiscord-Regular, show a version customized for Discord.

Can you use it? ABC Ginto is a commercial typeface licensed by Dinamo, and the Discord cut is exclusive. Outfit and Plus Jakarta Sans are free fonts with a similar friendly, modern tone.

On Google Fonts: Outfit, Plus Jakarta Sans.

ABC Ginto Nord (Discord cut)

The extra-wide display member of the Ginto family. Discord sets it in uppercase, bold and very tight, for its signature headlines.

Can you use it? Also commercial and customized for Discord. Unbounded is a free, wide display font on Google Fonts that gives headlines a comparable punch.

On Google Fonts: Unbounded.

Finding a font does not license it. More in how to get a font you found, legally.

Get a similar look with a free font

This starter uses Outfit, which is open source, with the sizes and spacing measured above. It is an approximation, not a copy of Discord’s brand typeface.

/* Approximates the Discord look with a free font */
body {
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
h1 {
  font-size: 3.5rem; /* 56px */
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: -0.01em;
}
p {
  font-size: 1.25rem; /* 20px */
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.016em;
}
Try the pairing in the font pairing playground, or build the rest of the scale with the type scale calculator.

How we checked

We opened discord.com in Chrome on September 20, 2026 and read the computed styles of its visible text: the declared font stack, the font actually rendered, and how much of the page’s text each family sets. That is the same data the Font Inspector extension shows under Fonts on this page. We re-check these pages periodically, and the date above shows the last inspection.

Discord and its typefaces are trademarks of their respective owners. Font Inspector is not affiliated with Discord.

Questions & answers

What font does Discord use on its website?+

Discord’s website uses ABC Ginto, a typeface by the foundry Dinamo, in custom Discord cuts: the wide, heavy Ginto Nord for uppercase headlines and the regular Ginto for body text.

Can I use the Discord font?+

ABC Ginto is a commercial typeface licensed by Dinamo, and the Discord cut is exclusive. Outfit and Plus Jakarta Sans are free fonts with a similar friendly, modern tone.

What is a free font similar to ABC Ginto (Discord cut)?+

Outfit and Plus Jakarta Sans are free on Google Fonts and give a similar feel. No free font is an exact match, so compare it with your own text first.

How can I check what font Discord uses myself?+

Open discord.com, then click any text with the Font Inspector extension, or right-click, choose Inspect and look at Rendered Fonts in the Computed tab. Sites change their typography, so checking the live page is the only way to be sure.