INSPECTED ON SEPTEMBER 21, 2026

What font does Raycast use?

Raycast’s dark, polished site runs on the most common font in product design. The craft is in the details: OpenType features and slightly open tracking on small text.

Short answer: Raycast uses Inter for almost all text, with Geist Mono for small technical labels. Both are open source and self-hosted.

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

Inter

Self-hosted88.7%
CSS name
Inter
Weights
400, 500, 600, 700
Sizes
64px · 56px · 24px · 20px · 18px · 16px · 14px · 13px
Served from
www.raycast.com

Geist Mono

Self-hosted6.5%
CSS name
GeistMono
Weights
300, 400, 500
Sizes
14px · 12px · 10px
Served from
www.raycast.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
HeadlineInter64px6001.1normal
SubheadingInter56px4001.170.004em
ButtonInter14px5001.140.014em
Small textInter12px4001.50.033em
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: Inter, "Inter Fallback", sans-serif;
  • Small text is opened up: 0.033em of tracking at 12px, which helps light text on a dark background.
  • The headline enables Inter’s stylistic sets ss02 and ss08 and turns ligatures off.
  • About 5% of the text rendered in the system font, Segoe UI on our Windows machine.

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

Inter

The open source interface typeface by Rasmus Andersson.

Can you use it? Yes. Inter is free under the SIL Open Font License.

On Google Fonts: Inter.

Geist Mono

Vercel’s open source monospaced typeface, used for keyboard shortcuts and labels.

Can you use it? Yes. Geist Mono is free on Google Fonts.

On Google Fonts: Geist Mono.

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

/* Approximates the Raycast look with a free font */
body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
h1 {
  font-size: 4rem; /* 64px */
  font-weight: 600;
  line-height: 1.1;
}
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 raycast.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.

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

Questions & answers

What font does Raycast use on its website?

Raycast uses Inter for almost all text, with Geist Mono for small technical labels. Both are open source and self-hosted.

Can I use the Raycast font?

Yes. Inter is free under the SIL Open Font License.

How can I check what font Raycast uses myself?

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