font-family-reunion
font-family-reunion copied to clipboard
Compatibility tables for default local fonts.
font-family-reunion
- Hosted at fontfamily.io
Initializing the repo
npm install
Deploying the site
- Add a
fontfamily
host to.ssh/config
- Run
grunt deploy
Running your own test
Adding new default fonts to the test list
Add your font-family
name to test/src/font-families.json
, preferably in alphabetical order.
Use test/add-fonts.html
to make adding new font families to the list easier.
Run the test server and save results to a local database
-
mongod
-
node test/db/index.js
is the data collection site. - Navigate to
test/test.html
with your browser and confirm the dialog to save to the database.
Generating the site
grunt generate
Or more explicitly, node results/parse-results.js
will generate the fontfamily.io web site from the results stored in font-families-results.json
. The template is in results/result.ejs
.