css - Font-face mixin properties matching -


should change font-style or font-weight property in situation?

@font-face      font-family: $fontlight     font-style: normal     font-weight: normal     src: url('/fonts/#{$fontlight}.eot')     src: url('/fonts/#{$fontlight}.eot?') format('eot'),     src: url('/fonts/#{$fontlight}.woff') format('woff'),     src: url('/fonts/#{$fontlight}.ttf')  format('truetype')