Webfont kit for the awesome Open Sans webfont.
Install via Bower:
bower install git+https://[email protected]/heppa/open-sans.git
Install via NPM:
npm install git+https://[email protected]/heppa/open-sans.git
<link rel="stylesheet" href="./css/open-sans.min.css">
body {
font-family: "Open Sans";
}