Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 496 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 496 Bytes

material-icons-outline

This project provide the material icons outline version, made using Icomoon. Works pretty like Material Icons normal.

Icomoon

You can upload the .json file in https://icomoon.io, then make your adjustments.

How to use

Use it like using Material Icon fonts. Puting link into head:

<link rel="stylesheet" href="fonts/material-icons.css" />

and using the same icon classes:

<i class="material-icons">dashboard</i>