openbsd-ports/fonts/vazirmatn/Makefile
sthen b689cf016a import fonts from George Rosamond. ok op@
---
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.
---
2022-06-23 12:50:04 +00:00

23 lines
430 B
Makefile

COMMENT = simple Persian/Arabic font for web pages and applications
TYPEFACE = vazirmatn
V = 33.001
DISTFILES = vazirmatn-v${V}.zip
MASTER_SITES = https://github.com/rastikerdar/vazirmatn/releases/download/v${V}/
MAINTAINER = George Rosamond <george@nycbug.org>
# SIL Open Font License 1.1
PERMIT_PACKAGE = Yes
MODULES = font
NO_BUILD = Yes
NO_TEST = Yes
PKG_ARCH = *
WRKSRC = ${WRKDIST}/fonts/ttf
.include <bsd.port.mk>