Install this version:
emerge -a =media-fonts/inter-4.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/inter-4.1
Or alternatively:
emerge --autounmask-write -a =media-fonts/inter-4.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.1 | 8 | ~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
MY_PN="Inter"
DESCRIPTION="Inter font family"
HOMEPAGE="https://rsms.me/inter/"
SRC_URI="https://github.com/rsms/${PN}/releases/download/v${PV}/${MY_PN}-${PV}.zip -> ${P}.zip"
S="${WORKDIR}"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
FONT_SUFFIX="ttc ttf"
RESTRICT="binchecks strip"
BDEPEND="app-arch/unzip"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | inter-4.1.zip | 33707794 bytes | https://github.com/rsms/inter/releases/download/v4.1/Inter-4.1.zip |