@mixin webfont($fontname){
  @font-face{
    font-family: $fontname;
  }
}
@include webfont('first-fontname');
@include webfont('second-fontname');