Skip to content

Releases: vercel/geist-font

v1.7.2

Choose a tag to compare

@github-actions github-actions released this 01 Jun 14:49
a73329d

Patch Changes

  • CI workflow fixes
  • Attach font zip folder

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 20 May 21:13
8b8b75f

Patch Changes

  • c8ed578: Fix Geist Mono rendering source-code text with unintended programming ligatures.

    v1.7.0 unintentionally activated programming-ligature substitutions (-->, ==, !=, ..., --, etc.) under the liga (Standard Ligatures) OpenType feature, which is on by default in every renderer. As a result, text like --debug-prerender, [id...], [...id], or NODE_OPTIONS='--debug-prerender' node rendered with ligated glyphs and broke monospace alignment in code.

    The source-level fix is in #217; this release ships the rebuilt binaries.

1.8.0

Choose a tag to compare

@guidoferreyra guidoferreyra released this 03 Mar 20:38
91158e0

What's Changed

  • Fix #198
  • Added dittomark glyph to roman file

geist@1.7.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 17:39

We're excited to announce a new member to our font family: Geist Pixel

It's a display typeface family featuring five unique pixel-based variants, each with a distinct visual style. It is designed for decorative use in headlines, logos, and other display contexts where a pixelated aesthetic is desired.

It includes five distinct variants, each exported separately:

Export CSS Variable Description
GeistPixelSquare --font-geist-pixel-square Square pixel shapes
GeistPixelGrid --font-geist-pixel-grid Grid-based pixel pattern
GeistPixelCircle --font-geist-pixel-circle Circular pixel shapes
GeistPixelTriangle --font-geist-pixel-triangle Triangular pixel shapes
GeistPixelLine --font-geist-pixel-line Line-based pixel pattern
import {
  GeistPixelSquare,
  GeistPixelGrid,
  GeistPixelCircle,
  GeistPixelTriangle,
  GeistPixelLine,
} from "geist/font/pixel";

1.7.0

Choose a tag to compare

@guidoferreyra guidoferreyra released this 29 Jan 18:54
8499d81

This version introduces a redesigned Cyrillic script for all Geist and Geist Mono styles.

What's Changed

Note
To better support different types of users, coding ligatures are no longer enabled by default. They have been moved from contextual alternates to an optional Stylistic Set. If you rely on coding ligatures, enable Stylistic Set 11 in your editor or terminal.

Full Changelog: 1.6.0...1.7.0

1.6.0

Choose a tag to compare

@skullface skullface released this 13 Nov 16:07
4494150

Full Changelog: 1.5.1...1.6.0

Includes Vietnamese support

1.5.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 16:34
3c80bfc
Merge pull request #184 from vercel/mk/update-version

Update verson to 1.5.1

1.5.0

Choose a tag to compare

@guidoferreyra guidoferreyra released this 28 May 22:29
2d00e8e

Changelog

This release brings major updates to the Geist font family:

Added Italic styles to the both families Geist and Geist Mono.

Geist Italic
Geist Mono Italic

Included box drawing and progress bar characters for better terminal and UI rendering

Geist Box Drawing Characters

Other enhancement and issues fixed

#52, #111, #119, #130, #136, #153, #155, #157, #162

Please test and share feedbackβ€”especially around the new Italics and terminal characters!

1.4.2

Choose a tag to compare

@bkonkle bkonkle released this 06 May 12:02

Changelog

This release is a packaging fix, with no functional changes to the code. It aligns the version number in package.json with the one on npm, resolving #170 .

1.5.0-alpha

1.5.0-alpha Pre-release
Pre-release

Choose a tag to compare

@guidoferreyra guidoferreyra released this 17 Apr 16:34
557e5d4

Changelog

This alpha release brings major updates to the Geist font family:

⚠️ This is an alpha release because Mono Italics are not yet included. Final 1.5 release will follow once they're ready.

Added Italic styles to the non-mono fonts

Geist Italic

Included box drawing and progress bar characters for better terminal and UI rendering

Geist Box Drawing Characters

Other enhancement and issues fixed

#111, #119, #130, #136, #153, #155, #157, #162

Please test and share feedbackβ€”especially around the new Italics and terminal characters!