Install this version:
emerge -a =media-fonts/chocolate-classical-1.005
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-fonts/chocolate-classical-1.005
Or alternatively:
emerge --autounmask-write -a =media-fonts/chocolate-classical-1.005
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.005 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
COMMIT="da53f36e4d09712999369a0f62c698958e5f513c"
DESCRIPTION="Traditional Chinese font based on Source Han Sans with classical glyphs"
HOMEPAGE="https://github.com/MoonlitOwen/ChocolateSans"
SRC_URI="https://github.com/MoonlitOwen/ChocolateSans/raw/${COMMIT}/fonts/ttf/ChocolateClassicalSans-Regular.ttf -> ${P}.ttf"
S="${WORKDIR}"
LICENSE="OFL-1.1"
SLOT="0"
KEYWORDS="~amd64"
FONT_SUFFIX="ttf"
src_unpack() {
cp "${DISTDIR}/${P}.ttf" "${S}/ChocolateClassicalSans-Regular.ttf" || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | chocolate-classical-1.005.ttf | 12183000 bytes | https://github.com/MoonlitOwen/ChocolateSans/raw/da53f36e4d09712999369a0f62c698958e5f513c/fonts/ttf/ChocolateClassicalSans-Regular.ttf |