This is the Eleventy-based specimen site for the Arapey variable font by Eduardo Tunni. It was developed by Marciano Schildmeijer and Roel Nieskens at Kabisa. It was built using the Specimen Skeleton.
This project requires Node.js >= 12 and yarn.
To get started, run the following commands from the root of the repo:
yarn install
yarn fontdata
- Only needed on first run. This will (re)generate data files for the font insrc/fonts
.yarn start
- This will start the local development server, view at http://localhost:8080.
The site will automatically be re-built and deployed on Github Pages every time the master branch is updated.