
Research
Security News
The Landscape of Malicious Open Source Packages: 2025 Mid‑Year Threat Report
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
@fontsource-utils/cli
Advanced tools
The Fontsource CLI allows users to build fontsource packages locally as well as create new packages for submissions. For metadata, it uses Google Font Metadata.
npm install @fontsource-utils/cli google-font-metadata
fontsource create
Builds a new fontsource package from a template for submission.
npx fontsource create
fontsource create-verify
Verifies that a fontsource package is valid and ready for submission.
npx fontsource create-verify [options]
Option | Description | Default |
---|---|---|
-i, --id | Directory to verify package e.g. ./[id] | Prompts user instead |
--ci | Disables fancy prompts | false |
--cwd | Sets the current working directory | process.cwd() |
fontsource fetch
Fetches the latest metadata from Google Fonts.
npx fontsource fetch [key] [options]
GOOGLE_API_KEY
.Option | Description | Default |
---|---|---|
-f, --force | Force parse all metadata without cache | false |
fontsource build
Builds all Google Fonts packages from the metadata generated from fontsource fetch
.
npx fontsource build [...fonts] [options]
Option | Description | Default |
---|---|---|
-f, --force | Force rebuild all packages from scratch | false |
-t, --test | Generate a small number of packages for testing | false |
--ttf | Download TTF/OTF font files | false |
MIT
FAQs
Fontsource CLI
The npm package @fontsource-utils/cli receives a total of 0 weekly downloads. As such, @fontsource-utils/cli popularity was classified as not popular.
We found that @fontsource-utils/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.