Skip to content

Instantly share code, notes, and snippets.

/*
@import url(http://fonts.googleapis.com/css?family=Raleway+Dots);
@import url(http://fonts.googleapis.com/css?family=Advent+Pro:400,200,700);
@import url(http://weloveiconfonts.com/api/?family=entypo);
*/
/* entypo */
.entypo:before {
font-family: 'entypo', sans-serif;
}
@Sidbartek
Sidbartek / dabblet.css
Created December 19, 2013 08:18
Untitled
@import url(//fonts.googleapis.com/css?family=Oswald:300);
@import "compass/reset";
@import "compass/css3";
html, body, .wrapper { height: 100%; }
body {
background: #28B2CB url(https://db.tt/knbF8GaS) center center no-repeat;
@include background-size(cover);
font-family: 'Oswald', sans-serif;
}