Lowercase css filename.

This commit is contained in:
Austin Andrews
2014-12-13 23:12:49 -06:00
parent 160a8fbcf0
commit 668e1a3fdb

View File

@@ -28,7 +28,7 @@ There are many different ways you can consume the Material Design Icons in your
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`.
```html Reference the CSS
<link href="styles/MaterialDesignIcons.css" media="all" rel="stylesheet" type="text/css" />
<link href="styles/materialdesignicons.css" media="all" rel="stylesheet" type="text/css" />
```
To use the icons inline use the syntax below.