Welcome to a showcase of the Omnibus-Type Press Series. A new collection of typefaces that are made specifically for text-intensive typography such as in books, magazines and newspapers in both screen and print media.
This repository contains the type specimen site built to showcase the collection.
First, clone the project and cd
into the directory. Then run:
$ npm install
$ npm run watch
# Now serving at http://localhost:9000
To compile down to HTML, CSS, and JavaScript:
$ npm run build
To manually build and commit to the gh-pages
branch, for deploying to GitHub Pages:
$ npm run deploy