/*
$style-name being the name of the font e.g. Helvetica
$file meaning the file name, without the file extensions
$family being the folder inside the fonts folder where the font files are
$category is serif or sans-serif or monospace etc. as a fall back in CSS
*/
// real example
@include fontFace('bnb', '/fonts/bebas_neue_bold');