Vollkorn is a quiet, modest and well working body copy typeface for bread and butter use. It has dark and meaty serifs and a bouncing and healthy look and might be used as body type as well as for headlines or titles. More than 2000 glyphs per font support a wide range of languages in Latin, Cyrillic and Greek scripts. "Vollkorn" [pronounced "follkorn"] is German for "wholemeal". It refers to the old term "Brotschrift" [literally "bread type"] which described the small fonts for every day use in the days of hand-compositing. Vollkorn came into being as Friedrich Althausen's first type designing attempt during his studies at Bauhaus University Weimar, Germany. The Regular style was initially published in 2005 under a Creative Commons license. When GoogleFonts launched in 2010 Vollkorn was one the first twenty featured fonts. ok sthen@
38 lines
772 B
Makefile
38 lines
772 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2021/03/11 08:43:24 bentley Exp $
|
|
|
|
COMMENT = free and healthy typeface for bread and butter use
|
|
|
|
V = 4.105
|
|
|
|
DISTNAME = vollkorn-${V:S/./-/}
|
|
PKGNAME = vollkorn-$V
|
|
|
|
# SIL OFL 1.1
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MASTER_SITES = http://vollkorn-typeface.com/download/
|
|
EXTRACT_SUFX = .zip
|
|
|
|
CATEGORIES = fonts
|
|
|
|
HOMEPAGE = http://vollkorn-typeface.com/
|
|
|
|
MODULES = font
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
WRKDIST = ${WRKDIR}
|
|
|
|
FONTDIR = ${PREFIX}/share/fonts/vollkorn
|
|
DOCDIR = ${PREFIX}/share/doc/vollkorn
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${FONTDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/TTF/*.ttf ${FONTDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/PS-OTF/*.otf ${FONTDIR}
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/OFL.txt ${DOCDIR}
|
|
|
|
.include <bsd.port.mk>
|