Install this version:
emerge -a =media-fonts/rubik-1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/rubik-1.0
Or alternatively:
emerge --autounmask-write -a =media-fonts/rubik-1.0
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
COMMIT="e337a5f69a9bea30e58d05bd40184d79cc099628"
DESCRIPTION="A sans serif font family with slightly rounded corners: variable font version"
HOMEPAGE="https://github.com/googlefonts/rubik"
SRC_URI="https://github.com/googlefonts/rubik/archive/${COMMIT}.tar.gz -> ${PN}-${PV}.tar.gz"
S="${WORKDIR}/rubik-${COMMIT}"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RESTRICT="binchecks strip"
FONT_S="${S}/fonts/variable"
FONT_SUFFIX="ttf"
src_install() {
font_src_install
dodoc OFL.txt AUTHORS.txt CONTRIBUTORS.txt
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rubik-1.0.tar.gz | 11372311 bytes | https://github.com/googlefonts/rubik/archive/e337a5f69a9bea30e58d05bd40184d79cc099628.tar.gz |