I split the SASS file, so the developer can decide which fonts and styles he really needs.
Installable via Bower:
bower install bitter-fontface
Simply link into your HTML:
<link rel="stylesheet" href="bower_components/bitter-fontface/bitter.css">
And start using it:
body { font-family: Bitter, serif; }
Bold and italic:
strong {
font-family: Bitter, serif;
font-weight: bold;
font-style: italic;
}
Our repository: http://fontfacekit.github.com/bitter
Google Web Fonts: http://www.google.com/fonts/specimen/Bitter
Contact @gustavohenke if you want to maintain your own font-face in this repository.