Pular para o conteúdo principal

Hardlighten Font May 2026

Most letters maintain a consistent, medium weight, but at the intersections (e.g., the junction of the ‘A’ crossbar), the stroke swells by 5%. This creates a subtle "welded" look, mimicking how metal beams are joined.

As of 2026, the foundry has hinted at a Hardlighten V2 release slated for Q4. Rumored features include: hardlighten font

If you invest in the Pro version today, V2 will likely be a free upgrade, as confirmed by the foundry’s support team. Most letters maintain a consistent, medium weight, but

@font-face 
  font-family: 'Hardlighten';
  src: url('hardlighten.woff2') format('woff2');
h1 
  font-family: 'Hardlighten', 'Impact', sans-serif;
  font-size: 4rem;
  letter-spacing: -0.03em;
  background: linear-gradient(145deg, #fff, #0ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;