2016年1月11日 星期一

Google Web Font & Material Icons

Download & overview
https://design.google.com/icons/

Or simply include the style and type font in html:
<html><head>
 <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> 
</head>
<body>
<p>
     <i class="material-icons">face</i> 
Reference: <a href="http://google.github.io/material-design-icons/#getting-icons">http://google.github.io/material-design-icons/#getting-icons</a></p>
 
</body></html>

沒有留言:

張貼留言