@sentinel-one/font-mgmt

Management icons as fonts

Usage no npm install needed!

<script type="module">
  import sentinelOneFontMgmt from 'https://cdn.skypack.dev/@sentinel-one/font-mgmt';
</script>

README

font-mgmt

Management icons as font set

Don't forget to run 'npm publish' after you push your code and boosting the version.

In order to push new fonts:

  1. Pull our fonts project: https://github.com/Sentinel-One/font-mgmt
  2. Go to https://icomoon.io/app/#/select
  3. Make sure your selection is empty.
  4. Import selection.json from font-mgmt project.
  5. Import your Icons.
  6. Choose the imported icons.
  7. Generate icons --> Download --> extract from zip --> take all extracted files and replace with font-mgmt project files.
  8. Bump package.json version (for instance, change it from 1.1.10 to 1.1.11)
  9. Push the code to git
  10. Open the terminal(make sure you are inside the project folder)
  11. Login with your npm user with this command: npm login
  12. run npm publish command