Install this version:
emerge -a =media-fonts/font-logos-1.4.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/font-logos-1.4.0
Or alternatively:
emerge --autounmask-write -a =media-fonts/font-logos-1.4.0
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION="Icon font containing logos of Linux distributions and open source software"
HOMEPAGE="https://github.com/lukas-w/font-logos"
SRC_URI="https://github.com/lukas-w/font-logos/releases/download/v${PV}/${P}.zip"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
BDEPEND="app-arch/unzip"
FONT_SUFFIX="ttf"
FONT_S="${S}/assets"
DOCS=( README.md )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | font-logos-1.4.0.zip | 359792 bytes | https://github.com/lukas-w/font-logos/releases/download/v1.4.0/font-logos-1.4.0.zip |