INSPECTED ON SEPTEMBER 21, 2026

What font does Behance use?

Behance belongs to Adobe, so it uses Adobe’s own type library. Acumin is an Adobe Originals family, and the site loads it through an Adobe Fonts kit.

Short answer: Behance uses Acumin Pro for text and Acumin Pro Wide for its large headline, both loaded from Adobe Fonts.

FONTS ON BEHANCE.NETShare of visible text · 1440px wide viewport

Acumin Pro

Adobe Fonts83.3%
CSS name
acumin-pro
Weights
400, 600, 700
Sizes
16px · 15px · 14px · 13px · 12px · 11px

Acumin Pro Wide

Adobe Fonts15.9%
CSS name
acumin-pro-wide
Weights
400, 600, 700
Sizes
80px · 20px · 16px · 13px · 12px

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
HeadlineAcumin Pro Wide80px6000.85-0.05em
Body textAcumin Pro16px4001.25normal
ButtonAcumin Pro14px6001.29normal
Measured at a 1440px wide window on September 21, 2026. Responsive sites use other sizes on smaller screens.

The main font stack in the CSS:

font-family: acumin-pro, "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  • The lowercase, hyphenated CSS names, such as acumin-pro, are how Adobe Fonts names every family it serves.
  • The hero headline is set very tight: a line height of 0.85 with -0.05em tracking.
  • Sign-in prompts use Adobe Clean, the typeface of Adobe’s own product interfaces.

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 behance.net 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

Acumin Pro

A neo-grotesque family designed by Robert Slimbach for Adobe, made in many widths for interface and editorial work.

Can you use it? Acumin Pro is included with an Adobe Fonts subscription. Inter and Hanken Grotesk are free neo-grotesques.

On Google Fonts: Inter, Hanken Grotesk.

Acumin Pro Wide

The wide cut of the same family, used for the 80px hero headline and section titles.

Can you use it? Also part of Adobe Fonts. For a free grotesque headline, try Space Grotesk.

On Google Fonts: Space Grotesk.

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 Inter, which is open source, with the sizes and spacing measured above. It is an approximation, not a copy of Behance’s brand typeface.

/* Approximates the Behance look with a free font */
body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
h1 {
  font-size: 5rem; /* 80px */
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: -0.05em;
}
p {
  font-size: 1rem; /* 16px */
  font-weight: 400;
  line-height: 1.25;
}
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 behance.net in Chrome on September 21, 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.

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

Questions & answers

What font does Behance use on its website?

Behance uses Acumin Pro for text and Acumin Pro Wide for its large headline, both loaded from Adobe Fonts.

Can I use the Behance font?

Acumin Pro is included with an Adobe Fonts subscription. Inter and Hanken Grotesk are free neo-grotesques.

What is a free font similar to Acumin Pro?

Inter and Hanken Grotesk 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 Behance uses myself?

Open behance.net, 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.