I created a file called _fonts.scss and added my font-faces there
then imported that file on main.scss like this:
@import "common/fonts";
BTW, the font-face looks like this (look at the paths):
@font-face {
font-family: 'chicago';
src:
url('../fonts/chicagoflf.woff') format('woff'),
url('../fonts/chicagoflf.woff2')
}