Download the package from the homepage. After downloading, unpacking and adding the files to your project, you can include the CSS to your project with the following snippet:
<link rel="stylesheet" href="libs/entypo/dist/css/Entypo.css" />
<link rel="stylesheet" href="libs/entypo/dist/css/EntypoPlus.css" />
There is also a minified version:
<link rel="stylesheet" href="libs/entypo/dist/css/Entypo.min.css" />
<link rel="stylesheet" href="libs/entypo/dist/css/EntypoPlus.min.css" />
To install the package using Bower, execute the following command:
bower install entypo-css-only
Using Entypo is quite easy. You pick the icon you need from the icon browser, and then you add it as a classname to an element, for example:
<button class="btn btn-primary"><span class="icon-rocket"></span> Launch</button>
Which will result in:
You can use it with all kind of elements, even within normal text: