@momsfriendlydevco/momsfriendlyfont
v0.0.4
Published
A collection of miscellaneous SVG icons for various projects
Downloads
9
Readme
Moms Friendly Font
A collection of various SVG based icons that arn't already part of the FontAwesome project.
Installation
- Install with npm or bower:
npm i @momsfriendlydevco/momsfriendlyfont
OR
bower install MomsFriendlyFont
- Include the magical CSS file in your header:
<link href="/libs/MomsFriendlyFont/dist/moms-friendly-font.css" rel="stylesheet" type="text/css" />
- Use the icon in an
<i/>
tag (all icons are prefixed withmf-
):
<i class="mf-bobba-fett"></i>
Adding Icons
- Copy the credit to the icon and place it (with a direct link) in the README.md file
- Drop the SVG file into
svg/
- Run
gulp build
- Run
gulp gh-pages