Skip to content

Instantly share code, notes, and snippets.

@molcik
Last active December 21, 2016 20:01
Show Gist options
  • Save molcik/1e26b9e12b47a4124bc5634c4d637ac7 to your computer and use it in GitHub Desktop.
Save molcik/1e26b9e12b47a4124bc5634c4d637ac7 to your computer and use it in GitHub Desktop.
Usage of ligature icon font
<!-- 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