Mozilla Foundation's Icon Font
Перейти к файлу
Luke Pacholski a9873addb7 Updated usage for icon bookmark small 2016-03-10 13:22:33 -08:00
css Added a bunch of stuff including illustrator source file. 2016-03-10 13:21:44 -08:00
fonts Added a bunch of stuff including illustrator source file. 2016-03-10 13:21:44 -08:00
source-files Added a bunch of stuff including illustrator source file. 2016-03-10 13:21:44 -08:00
svgs Updated usage for icon bookmark small 2016-03-10 13:22:33 -08:00
README.md Updated usage for icon bookmark small 2016-03-10 13:22:33 -08:00
index.html Added a bunch of stuff including illustrator source file. 2016-03-10 13:21:44 -08:00
style.css Added a bunch of stuff including illustrator source file. 2016-03-10 13:21:44 -08:00

README.md

#Mozmaker Theme Icon Font

Hello and welcome, this is an early prototype of an icon font for the Mozilla Foundation's Mozmaker Bootstrap theme.

Check out the Demo Page.

##Available Icons

Ready for this? So far we've got...

####Bookmark

Bookmark Icon

Usage class="icon-bookmark"

Bookmark Icon Small

Usage class="icon-bookmark-small"

##Usage

For now, download and include the following in your project...

  • mozmaker-icons.css from the CSS folder
  • The fonts folder

Then, include the stylesheet in your HTML page...

  • <link rel="stylesheet" href="css/mozmaker-icons.css" type="text/css">
  • Make sure the references to the Fonts folder in this file are correct, they will change depending on where you put the CSS file.

To use an individual icon, add a class with that icon name to an element, it will get inserted in front of the copy...

  • <span class="icon-bookmark"> This is a bookmark<span/>

##How is it made?

I used https://glyphter.com/ to create this test version. Let's figure out the best tooling, maybe we can just set up a shared account on Glyphter and see how that goes.