UNPKG

inter-ui

Version:

Font files for the Inter font family.

14 lines (12 loc) 563 B
# A Release Checklist - Copy over new release folder to `/temp` (delete any existing folders in `/temp`) - Copy over normal-setted font files to `web` directories: - `$ npm run build-supersets` - Create latin subsets and copy them to `web latin` directories: - `$ npm run build-subsets` - Update version strings from `?v=X.XX` across in `_default.scss` and `_variable.scss` files - Update CSS files - `$ npm run generate-css` - Publish release - `$ npm version X.Y.Z` (updates `package.json` + commits the change + makes the git tag) - `$ npm publish`