google-font-installer
google-font-installer copied to clipboard
Download and install Google Web Fonts on your local machine. Both CLI and API available.
Bumps [file-type](https://github.com/sindresorhus/file-type) from 3.9.0 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 v16.5.3 Upgrade dependencies...
Bumps [async](https://github.com/caolan/async) from 1.5.2 to 2.6.4. Release notes Sourced from async's releases. v2.3.0 Added support for ES2017 async functions. Wherever you can pass a Node-style/CPS function that uses a callback,...
It would be cool to have a list of fonts specified in a file, so that a command could be run that installs all fonts listed.
Howdy. This is my first time contributing so please forgive me if I've done anything wrong!
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
I'm trying to download a font and it's giving me this error:  The font exists, take a quick look: https://fonts.google.com/specimen/Tilt+Warp?preview.text=Mind%20Goulash%20&preview.text_type=custom&category=Sans+Serif,Display  Anything I can help more, please, let me...
Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 0.0.8 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...
Node 24 finally removed all `is*` from `node:util` and this package cannot be used, requires a patch: https://github.com/vueuse/vueuse/pull/5137 I can prepare a PR removing all `is*` usages.