Updated with breaking changes.

This commit is contained in:
Austin Andrews
2015-02-23 00:25:36 -06:00
parent c9e147869b
commit 492bffdaf0

View File

@@ -25,7 +25,20 @@ There are many different ways you can consume the Material Design Icons in your
## Web Font @download(Download the Web Font, https://github.com/Templarian/MaterialDesign-Webfont/archive/master.zip)
For those targetting the web your best option is to use the web font (if you are a bower user simply use `bower install mdi`). Place all the font files provided in `/fonts` below `materialdesignicons.css`.
For those targetting the web your best option is to use the web font (if you are a bower user simply use `bower install mdi`). Files should match the file structure below.
```text File Structure
fonts
/materialdesignicons-webfont.eot
/materialdesignicons-webfont.svg
/materialdesignicons-webfont.ttf
/materialdesignicons-webfont.woff
/materialdesignicons-webfont.woff2
css
/materialdesignicons.min.css - Minified CSS
/materialdesignicons.min.css.map - Developer Tools Map
preview.html - Preview the font files
```
```html Reference the CSS
<link href="styles/materialdesignicons.css" media="all" rel="stylesheet" type="text/css" />