November 20, 2025
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Read More →
Google Fonts for icons. Based on Webicon | Blog
Instructions: 1. Insert this code
2. Search and click icons
<script type="text/javascript" src="//web.archive.org/web/20151204075254/https://cdn.rawgit.com/icons8/bower-webicon/v0.10.7/angular-webicon.min.js"></script><script type="text/javascript" src="//web.archive.org/web/20151204075254/https://cdn.rawgit.com/icons8/bower-webicon/v0.10.7/jquery-webicon.min.js"></script><!DOCTYPE html>
<html>
<head>
<title>Webicon Example</title>
<script type="text/javascript" src="//web.archive.org/web/20151204075254/https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script type="text/javascript" src="//web.archive.org/web/20151204075254/https://cdn.rawgit.com/icons8/bower-webicon/v0.10.7/jquery-webicon.min.js"></script>
</head>
<body>
<div>
<webicon icon="search"></webicon>
<span webicon="news"></span>
<div data-webicon="print"></div>
</div>
</body>
</html>