Who actually pushes Gabarito past Bold, what it does to the letterforms when they do, and how to set it so it doesn't clog.
Headline finding, and it's a sharp one: every curated, design-vetted use of Gabarito I can verify stops at 700. Not one of the gallery-listed sites loads 800 or 900. The heavy weights are being used — just not by the people getting featured. They live in motion graphics, app UI stat numbers, and one-weight display loads. So 800/900 is close to unclaimed territory, and the reason is half taste, half a real optical limit you can see in the numbers below.
I refetched every site from hunt #1 and read what weights they actually request and apply. This is served-source evidence, not a gallery claim.
| Site | Weights it actually uses | Ceiling |
|---|---|---|
| tinyshots.app | 500 / 600 / 700 (self-hosted via next/font) | 700 |
| siteclub.co | 400 / 600 / 700 | 700 |
| naipefoundry.com (the foundry itself) | inline specimen at font-bold | 700 |
| Aurélien Liguori portfolio | Gabarito + DM Mono, display set Bold | 700 |
| studiokwi / FU Berlin posters | print — heaviest documented display setting, "type in a band", hyper-extended glyphs | ≈800+ |
note TinyShots is the most committed Gabarito site on the web and it never goes above font-bold. Take that as data, not as gospel — it's one designer's call, repeated by a very small sample.
Found by code-searching public source for Gabarito:wght@900 / @800 / font-black / Gabarito-ExtraBold — i.e. catching real implementations rather than curated screenshots. Three repeatable patterns fell out.
The recurring signal: when people reach for the heavy end, they request family=Gabarito:wght@900 as the only weight on the page and pair it with something else for text — Workbench, Roboto, Poppins, Kanit, Chakra Petch. Nobody ramps 400→900 within one family. Examples in public source: Apricot CasterV2, datainkio 11ty portfolio, Palm Tree Studio, plus a long tail of banner/hero CSS packs.
And for 800 specifically: Angular Experts' resource showcase (Gabarito 800 + Sora), marmelab/FakeRest (500/600/700/900 — the only project I saw skip 800 and jump straight to Black for its display line).
Pulled from the variable source (Gabarito[wght].ttf, upem 1000) by instancing each weight and measuring the outlines. This is where the "don't push it too far" advice comes from — it's not a matter of taste, it's counter space.
| wght | stem (l) | o counter | o sidebearings | H advance | cap height |
|---|---|---|---|---|---|
| 400 Regular | 149 | 201 | 70 | 698 | 681 |
| 700 Bold | 193 | 128 | 48 | 678 | 681 |
| 800 ExtraBold | 208 | 104 | 40 | 671 | 681 |
| 900 Black | 226 | 74 | 31 | 663 | 681 |
Read it like this:
o goes 201 → 128 → 104 → 74. Black's counter is 37% of Regular's, and ExtraBold→Black alone drops it another 29%. That's the whole story of why Black clogs at small sizes, in print at low ink coverage, and on dark backgrounds (where white-on-dark optically fattens the stems further).H advance actually shrinks 698 → 663 from Regular to Black. Gabarito Black is 5% narrower per cap than Regular — unusual, and genuinely useful: your headline doesn't blow out its line when you go heavy. Nice for a compact logotype.o. The font is already tracking itself tighter as you go up, so don't stack much negative letter-spacing on top. −0.02 to −0.03em at display size is the ceiling before the letters start touching; at anything under ~24px you want 0 or slightly positive.Bold 700 — Kadabra
ExtraBold 800 — Kadabra
Black 900 — Kadabra
Black on light
Black at 30px — counters holding
Black at 16px — this is where it starts to clog, and why there is no case for Black in body copy.
Kadabra
-webkit-text-stroke + paint-order:stroke fill at 900 is what makes it read over video/photo. If your brand ever touches motion, that recipe is proven.Your distinctive asset at the heavy end is ExtraBold 800. Bold is what the two or three people who've been seen using Gabarito already chose, Black is what the caption/banner long tail grabs, and 800 sits in between with nobody on it and better counters than 900. A compact wordmark benefits from Gabarito's counter-intuitive narrowing at weight (H advance drops 5% from 400 to 900), so a Black or ExtraBold logotype takes less horizontal room than the Regular would — rare, and worth exploiting.