Install this version:
emerge -a =media-fonts/inter-ui-3.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/inter-ui-3.0
Or alternatively:
emerge --autounmask-write -a =media-fonts/inter-ui-3.0
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="A typeface specially designed for user interfaces"
HOMEPAGE="https://rsms.me/inter/"
SRC_URI="https://github.com/rsms/inter/releases/download/v${PV}/Inter-UI-${PV}.zip"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPENDS="app-arch/unzip"
S="${WORKDIR}"
FONT_SUFFIX="ttf"
FONT_S="${S}"
src_prepare() {
default
mv "${S}/Inter UI (TTF)"/*.${FONT_SUFFIX} "${FONT_S}" || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | Inter-UI-3.0.zip | 14666278 bytes | https://github.com/rsms/inter/releases/download/v3.0/Inter-UI-3.0.zip |