EN
  • KR
  • CN

Google Fonts Nexa [exclusive] Jun 2026

If you search for "Nexa" on the Google Fonts library, you will likely encounter Nexa Rust . This is a sub-family of the Nexa superfamily. Nexa Rust is a textured, "rustic" version of the original font. It features a distressed, handmade aesthetic that gives designs a vintage or grunge feel.

If you are looking for the clean, smooth geometric look of the original Nexa specifically on Google Fonts, Nexa Rust may be too textured for your needs. Here are excellent geometric alternatives available on Google Fonts that mimic the Nexa style:

/* ========== HERO SECTION — SOLID TYPOGRAPHIC STATEMENT ========== */ .hero min-height: 90vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border-bottom: 2px solid rgba(255, 255, 255, 0.15); margin-bottom: 3rem; position: relative;

<!-- Mega quote block: solid typographic statement --> <div class="solid-quote-block"> <div class="quote-text"> “Nexa is not just a typeface — it's a solid architectural piece of modern typography.” </div> <div class="quote-author">— DESIGN PHILOSOPHY, BOLD WEIGHT</div> <div class="solid-accent" style="margin: 1.5rem auto 0; width: 60px; background: #ffffff50;"></div> </div>

: Widely considered the closest match, Poppins is a geometric sans-serif that mirrors about 95% of Nexa's character.

.bold-demo font-family: 'Nexa', sans-serif; font-weight: 800; font-size: 1.3rem; margin-top: 1.2rem; background: #1E293B; padding: 0.8rem 1rem; border-radius: 1rem; color: #F5C542; text-align: center;