
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
gulp-google-fonts
Advanced tools
Downloads desired fonts from, encodes them to base64 and saves in format specific css files.
Uses Neon for configuration. Inspired by gulp-google-fonts-base64-css.
Downloads desired fonts from Google fonts, encodes them to base64 and saves in format specific css files.
You can then decide which to serve to specific clients. Wonder how? Check out my Fontloader.
fonts:
- #Here starts font declaration
family: Roboto
variants:
- 300
- 400
- 700
subsets:
- latin
- latin-ext
- #Here starts font declaration
family: Roboto Condensed
variants:
- 400
- 400i
- 700
- 700i
subsets:
- latin-ext
- #Here starts font declaration
family: Roboto Slab
variants:
- 400
- 700
subsets:
- latin-ext
var gulp = require('gulp');
var ggf = require('gulp-google-fonts');
gulp.task('getFonts', function () {
return gulp.src('config.neon')
.pipe(ggf())
.pipe(gulp.dest('dist/fonts'));
});
##TODO
FAQs
Downloads desired fonts from, encodes them to base64 and saves in format specific css files.
The npm package gulp-google-fonts receives a total of 131 weekly downloads. As such, gulp-google-fonts popularity was classified as not popular.
We found that gulp-google-fonts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.