Skip to content

Commit

Permalink
Merge pull request #3 from jeroensmink98/update/packages
Browse files Browse the repository at this point in the history
Update/packages
  • Loading branch information
jeroensmink98 authored Dec 2, 2023
2 parents 215e070 + f12ffe1 commit dcdea55
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 986 deletions.
2 changes: 1 addition & 1 deletion README.MD → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Under the hood this project uses `zx` to execute the scripts. You can install it
**Requirement**: Node version >= 16.0.0

- Install `node_modules` by running ``npm install`` from the root of the project
- Now with `zx` installed you can run `zx .\script.mjs --url=https://use.typekit.net/qeq2vnm.css` whereby with the `--url` argument you can specify what font-kit to download.
- Now with `zx` installed you can run `zx ./script.mjs --url=https://use.typekit.net/qeq2vnm.css` whereby with the `--url` argument you can specify what font-kit to download.
- You can also make the script an executable by running `chmod +x ./script.mjs` Then you can run the script with `./script.mjs`
- The tool with create a folder ``fonts`` and a folder ``css``. The ``css`` folder contains a file with the font definition which you can include in your own project.

Expand Down
Loading

0 comments on commit dcdea55

Please sign in to comment.