A collection of Sass files that follow the brand guideline's for Tallwave, as seen on tallwave.com. It is built on top of Bootstrap 3.
Install Bootstrap 3.
> bower install bootstrap-sass-official
Install the package with Bower.
> bower install tallwavebrand
Then include the tallwave.scss
in your app's Sass file.
@import "bower_components/tallwavebrand/src/tallwave";
The Brand uses a couple of Google Web Fonts.
<link rel="stylesheet" id="google_fonts-css" href="//fonts.googleapis.com/css?family=Merriweather:300,300italic,400,400italic|Open+Sans:400,400italic,700,700italic" type="text/css" media="all">
ISC. See LICENSE for full details.