mirror of
https://github.com/Templarian/MaterialDesign.git
synced 2026-03-06 08:34:15 +01:00
Lowercase css filename.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user