- Include
output/devops-icon-font.css
and all fonts in theoutput/fonts
directory in your HTML/CSS - Add an icon using
<i class="icon-{icon-name}">
, for example<i class="icon-docker">
- For an overview of the icons included see http://simonvanderveldt.nl/devops-icon-font
# Simply run fontcustom to build the devops-icon-font
docker run --rm -v ${PWD}:/project drichner/fontcustom compile
- Inkscape SVG sources can be found in the
sources
directory - When adding an SVG save the Inkscape SVG in the
sources
directory - Make a 512x512 px SVG, use a single layer and make sure there are no groups
- Save the final svg as "Optimized SVG" in the
vectors
directory - Run fontcustom as described in How to build the font