0.0.1 • Published 6 years ago

bitter-font v0.0.1

Weekly downloads
19
License
SIL Open Font Lic...
Repository
github
Last release
6 years ago

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.

0.0.1

6 years ago