INSPECTED ON SEPTEMBER 21, 2026

What font does Bloomberg use?

Bloomberg’s typography comes from Bloomberg Businessweek, the magazine for which the Neue Haas Grotesk revival was first drawn. We were redirected to the Asia edition of the front page.

Short answer: Bloomberg’s news site is set almost entirely in Neue Haas Grotesk, in Bloomberg’s own web cut named BWHaasGroteskWeb, with a custom cut of Avenir Next in the site header and footer.

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

Neue Haas Grotesk (Bloomberg cut)

Self-hosted98.9%
CSS name
BWHaasGroteskWeb
Weights
400, 500, 700
Sizes
72px · 32px · 30px · 28px · 16px · 14px · 12px · 10px
Served from
assets.bwbx.io

Avenir Next (Bloomberg cut)

Self-hosted0.9%
CSS name
AvenirNextPForBBG
Weights
400, 600
Sizes
15px · 12px
Served from
assets.bwbx.io

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
SubheadingNeue Haas Grotesk20px7001.2normal
NavigationAvenir Next12px6001normal
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: BWHaasGroteskWeb, BWHaasGroteskWeb-fallback, Helvetica, Arial, sans-serif;
  • On our first pass the web fonts had not finished loading and the whole page was drawn in Helvetica. That is the fallback at work, and a good reason to check the rendered font and not only the CSS.
  • BWHaasGroteskWeb-fallback is a metric-adjusted fallback face that limits layout shift while the real font loads.
  • The front page uses sizes from 10px labels up to a 72px headline.

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 bloomberg.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

Neue Haas Grotesk (Bloomberg cut)

Neue Haas Grotesk is Christian Schwartz’s revival of the original Helvetica drawings. The file names, such as BWHaasGrotesk-55Roman, show Bloomberg’s own web version, including a separate headline cut.

Can you use it? Neue Haas Grotesk is a commercial typeface, available through Adobe Fonts. Inter is the closest free alternative.

Free alternatives to Neue Haas Grotesk (Bloomberg cut)

Avenir Next (Bloomberg cut)

A version of Avenir Next made for Bloomberg, used in the shared company header and footer.

Can you use it? Avenir Next is a commercial typeface from Linotype, now also on Adobe Fonts.

Free alternatives to Avenir Next (Bloomberg cut)

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 Bloomberg’s brand typeface.

/* Approximates the Bloomberg look with a free font */
body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
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 bloomberg.com 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.

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

Questions & answers

What font does Bloomberg use on its website?

Bloomberg’s news site is set almost entirely in Neue Haas Grotesk, in Bloomberg’s own web cut named BWHaasGroteskWeb, with a custom cut of Avenir Next in the site header and footer.

Can I use the Bloomberg font?

Neue Haas Grotesk is a commercial typeface, available through Adobe Fonts. Inter is the closest free alternative.

What is a free font similar to Neue Haas Grotesk (Bloomberg cut)?

Inter is free on Google Fonts and gives a similar feel. No free font is an exact match, so compare it with your own text first.

How can I check what font Bloomberg uses myself?

Open bloomberg.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.