
//----Font face----//

//---usage
// @include font-face(fontName, fontPath, fontWeight, fontStyle, fontSources);
//---exemple

// primary
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i');

$font_primary   : 'Roboto', sans-serif;
