Crimson is a free and open-source text type family. The font is designed in the tradition of beautiful oldstyle type, and inspired particularly by the fantastic work of people like Jan Tschichold (Sabon), Robert Slimbach (Arno, Minion) and Jonathan Hoefler (Hoefler Text). It features - six cuts (regular, semibold and bold; with a Roman and Italic each) - characters for a wide range of European languages - though some are still better supported than others between different cuts - spacing/kerning done by Igino Marini's spectacular iKern - an unbeatable price of zero!
27 lines
468 B
Makefile
27 lines
468 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2019/12/11 12:42:01 sthen Exp $
|
|
|
|
COMMENT= oldstyle book font
|
|
|
|
GH_ACCOUNT= skosch
|
|
GH_PROJECT= Crimson
|
|
GH_TAGNAME= fonts-october2014
|
|
PKGNAME= crimson-2014.10
|
|
|
|
CATEGORIES= fonts
|
|
|
|
# SIL OFL 1.1
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
PKG_ARCH= *
|
|
NO_BUILD= Yes
|
|
NO_TEST= Yes
|
|
|
|
FONTSDIR= ${PREFIX}/share/fonts/crimson
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${FONTSDIR}
|
|
cd "${WRKSRC}/Desktop Fonts/OTF"; \
|
|
${INSTALL_DATA} *.otf ${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|