Use this method to get the default Material Design Iconic Font CSS.
material-design-iconic-font archive into your project.<head> of your html, reference the location to your material-design-iconic-font.min.css.
<link rel="stylesheet" href="path/to/material-design-iconic-font/css/material-design-iconic-font.min.css">
Use this method to customize Material Design Iconic Font using LESS.
less/ and fonts/ directories into your project in material-design-iconic-font folder.path/to/material-design-iconic-font/less/variables.less and edit the @md-font-path
variable to point to your font directory.
@md-font-path: "../font";
The font path is relative from your compiled CSS directory.