Last active
December 21, 2016 20:01
-
-
Save molcik/1e26b9e12b47a4124bc5634c4d637ac7 to your computer and use it in GitHub Desktop.
Usage of ligature icon font
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- include font stylesheet in your <head> --> | |
<head> | |
<head> | |
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | |
</head> | |
<!-- use it in your template --> | |
<div class="material-icons"> | |
<a href="#">home</a> | |
<a href="#">face</a> | |
<a href="#">build</a> | |
<a href="#">fingerprint</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment