Skip to content

imlucas/mongoscope-glyphs

Repository files navigation

mongoscope-glyphs

Todo

  • find the gulp task that converts an svg font file to individal png's
  • include pngs in repo
  • add examples with the actual pngs here
  • package as keynote, PowerPoint and Visio shapes

Making Changes

  1. Edit mongoscope.glyphs
  2. From Glyphs, export to mongoscope.otf
  3. npm run-script to generate

Using

Meant to be used with bootstrap (uses the @icon-font-path variable) and Font Awesome. npm install --save-dev mongoscope-glyphs and then mixin the below with your existing app gulpfile:

gulp.task('assets', function(){
  return gulp.src('node_modules/mongoscope-glyphs/*.{eot,svg,woff,ttf}')
    .pipe('./static/fonts');
});

gulp.task('less', function(){
  var opts = {
    paths: [
        'node_modules/mongoscope-glyphs'
      ]
    };
  return gulp.src('your-file.less')
    .pipe(require('gulp-less')(opts))
    .pipe(gulp.dest('./static/css'));
});

License

MIT

About

Glyphs for the MongoDB taxonomy and more!

Resources

License

Stars

Watchers

Forks

Packages

No packages published