Skip to content

Instantly share code, notes, and snippets.

@Accudio
Created August 3, 2021 10:52
Show Gist options
  • Save Accudio/b6f30b8b9458bdef6947f613d5d5d0e2 to your computer and use it in GitHub Desktop.
Save Accudio/b6f30b8b9458bdef6947f613d5d5d0e2 to your computer and use it in GitHub Desktop.
Glyphhanger Usage
{
"name": "glyphhanger-usage",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"convert": "npx glyphhanger --subset=\"*.ttf\" --formats=woff2",
"subset": "npx glyphhanger --subset=\"*.ttf\" --US_ASCII --formats=woff2"
},
"keywords": [],
"author": "",
"license": "UNLICENSED",
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment