Install this version:
emerge -a =media-fonts/decoy-font-2026.07.14
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/decoy-font-2026.07.14
Or alternatively:
emerge --autounmask-write -a =media-fonts/decoy-font-2026.07.14
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2026.07.14 | 8 | ~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION="A TTF font that hides what you're typing from AI. Type a message where each letter contains a decoy."
HOMEPAGE="https://www.mixfont.com/experiments/decoy-font"
SRC_URI="https://static.mixfont.com/assets/20260714-232642-decoyfont-htoqkd3x.ttf -> ${P}.ttf"
LICENSE="unknown-license"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
S="${WORKDIR}"
RESTRICT="binchecks strip"
FONT_SUFFIX="ttf"
src_unpack() {
cp "${DISTDIR}/${A}" "${S}/" || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | decoy-font-2026.07.14.ttf | 128356 bytes | https://static.mixfont.com/assets/20260714-232642-decoyfont-htoqkd3x.ttf |