bitter-fontface

The Bitter fontface kit


Keywords
font, bitter, kit, font-face
License
OFL-1.1
Install
bower install bitter-fontface

Documentation

Bitter @font-face kit

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;
}

Demo

Our repository: http://fontfacekit.github.com/bitter

Google Web Fonts: http://www.google.com/fonts/specimen/Bitter

Maintain your own font-face in FontFaceKit

Contact @gustavohenke if you want to maintain your own font-face in this repository.