# Installation

## CDN

Include the TechFont CSS:

`<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/cdgco/techfont@master/dist/techFont.css">`

To use multi-color icons, also include the color CSS and JS:
    
`<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/cdgco/techfont@master/dist/techFontColor.css">`

`<script src="https://cdn.jsdelivr.net/gh/cdgco/techfont@master/dist/techFontColor.js"></script>`

## NPM

`npm install --save techfont`

## Manual

Download the `dist` folder and include the CSS (and JS if you want multi-color icons):

`<link rel="stylesheet" href="dist/techFont.css">`

`<link rel="stylesheet" href="dist/techFontColor.css">`

`<script src="techFontColor.js"></script>`

# Making New Icons

All icons are made in Adobe Illustrator with a 1000 x 1000 pt artboard. For the box variant icons, use a 150 pt corner radius.