b689cf016a
--- Jaldi is a libre Devanagari typeface family designed as a complement to the Asap font. Jaldi is a contemporary sans-serif non-modular Devanagari family with subtle rounded corners designed by Nicolas Silva and Pablo Cosgaya. --- Aref Ruqaa is an Arabic typeface that aspires to capture the essence of the classical Ruqaa calligraphic style. The Arabic part of Aref Ruqaa is designed by the Arabic calligrapher and type designer Abdullah Aref, while the Latin part is based on AMS Euler, but spaced for regular text rather than mathematics. --- Vazirmatn is a Persian/Arabic font project that started in 2015 under the name of Vazir with the idea of a new simple and legible typeface suitable for web pages and applications. ---
23 lines
373 B
Makefile
23 lines
373 B
Makefile
COMMENT = libre Devanagari typeface family
|
|
|
|
TYPEFACE = jaldi
|
|
V = 1.007
|
|
|
|
DISTFILES = ${V}.zip
|
|
MASTER_SITES = https://github.com/Omnibus-Type/Jaldi/archive/refs/tags/
|
|
|
|
MAINTAINER = George Rosamond <george@nycbug.org>
|
|
|
|
# SIL OFL 1.1
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = font
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
PKG_ARCH = *
|
|
|
|
WRKSRC = ${WRKDIST}/Jaldi-${V}/Fonts
|
|
|
|
.include <bsd.port.mk>
|