Install this version:
emerge -a =res-fonts/xits-bin-1.302
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.302 | 8 | amd64 | 0 |
# Copyright 2026 Nadeŭka <me+oss@nadevko.cc>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font
DESCRIPTION='XITS - OpenType implementation of STIX fonts with math support'
HOMEPAGE=https://github.com/aliftype/xits
SRC_URI=https://github.com/aliftype/xits/releases/download/v${PV}/XITS-${PV}.zip
S="${WORKDIR}"/XITS-${PV}
LICENSE=OFL-1.1
SLOT=0
KEYWORDS=amd64
BDEPEND=app-arch/unzip
src_install() {
local FONT_SUFFIX=otf
font_src_install
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | XITS-1.302.zip | 1924425 bytes | https://github.com/aliftype/xits/releases/download/v1.302/XITS-1.302.zip |