import fonts/crimson, fix/ok tb@
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!
This commit is contained in:
parent
4ef340bb9e
commit
5452916980
26
fonts/crimson/Makefile
Normal file
26
fonts/crimson/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $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>
|
2
fonts/crimson/distinfo
Normal file
2
fonts/crimson/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Crimson-fonts-october2014.tar.gz) = q9i/wk4b102G8X2RYEgmektWcS9OXcfS4zuhhWGG0WM=
|
||||
SIZE (Crimson-fonts-october2014.tar.gz) = 2315861
|
15
fonts/crimson/pkg/DESCR
Normal file
15
fonts/crimson/pkg/DESCR
Normal file
@ -0,0 +1,15 @@
|
||||
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!
|
9
fonts/crimson/pkg/PLIST
Normal file
9
fonts/crimson/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/12/11 12:42:01 sthen Exp $
|
||||
share/fonts/
|
||||
@fontdir share/fonts/crimson/
|
||||
share/fonts/crimson/Crimson-Bold.otf
|
||||
share/fonts/crimson/Crimson-BoldItalic.otf
|
||||
share/fonts/crimson/Crimson-Italic.otf
|
||||
share/fonts/crimson/Crimson-Roman.otf
|
||||
share/fonts/crimson/Crimson-Semibold.otf
|
||||
share/fonts/crimson/Crimson-SemiboldItalic.otf
|
Loading…
Reference in New Issue
Block a user