Install this version:
emerge -a =media-fonts/geist-font-1.8.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/geist-font-1.8.0
Or alternatively:
emerge --autounmask-write -a =media-fonts/geist-font-1.8.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.8.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION="Geist is a new font family for Vercel"
HOMEPAGE="https://vercel.com/font"
SRC_URI="https://github.com/vercel/geist-font/releases/download/${PV}/${P}.zip"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+geist +geistmono geistpixel +otf ttf"
REQUIRED_USE="|| ( geist geistmono geistpixel ) || ( otf ttf )"
DOCS="${S}/OFL.txt"
BDEPEND="app-arch/unzip"
src_install() {
local font suffix
for font in Geist GeistMono GeistPixel; do
use "${font,,}" || continue
for suffix in otf ttf; do
use "${suffix}" || continue
FONT_SUFFIX="${suffix}"
FONT_S="${S}/fonts/${font}/${suffix}"
font_src_install
done
done
}
Manage flags for this package:
euse -i <flag> -p media-fonts/geist-font |
euse -E <flag> -p media-fonts/geist-font |
euse -D <flag> -p media-fonts/geist-font
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | geist-font-1.8.0.zip | 8033666 bytes | https://github.com/vercel/geist-font/releases/download/1.8.0/geist-font-1.8.0.zip |