
@font-face {
    font-family: 'helvetica_neue_lt_com57Cn';
    src: url('#{$font-path}/helveticaneueltcom-cn-webfont.eot');
    src: url('#{$font-path}/helveticaneueltcom-cn-webfont.eot?#iefix') format('embedded-opentype'),
         url('#{$font-path}/helveticaneueltcom-cn-webfont.woff') format('woff'),
         url('#{$font-path}/helveticaneueltcom-cn-webfont.ttf') format('truetype'),
         url('#{$font-path}/helveticaneueltcom-cn-webfont.svg#helvetica_neue_lt_com57Cn') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica_neue_lt_com47LtCn';
    src: url('#{$font-path}/helveticaneueltcom-ltcn-webfont.eot');
    src: url('#{$font-path}/helveticaneueltcom-ltcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('#{$font-path}/helveticaneueltcom-ltcn-webfont.woff') format('woff'),
         url('#{$font-path}/helveticaneueltcom-ltcn-webfont.ttf') format('truetype'),
         url('#{$font-path}/helveticaneueltcom-ltcn-webfont.svg#helvetica_neue_lt_com47LtCn') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica_neue_lt_com67MdCn';
    src: url('#{$font-path}/helveticaneueltcom-mdcn-webfont.eot');
    src: url('#{$font-path}/helveticaneueltcom-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('#{$font-path}/helveticaneueltcom-mdcn-webfont.woff') format('woff'),
         url('#{$font-path}/helveticaneueltcom-mdcn-webfont.ttf') format('truetype'),
         url('#{$font-path}/helveticaneueltcom-mdcn-webfont.svg#helvetica_neue_lt_com67MdCn') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'FontAwesome';
  src: url('#{$font-path}/awesome/fontawesome-webfont.eot?v=#{$fa-version}');
  src: url('#{$font-path}/awesome/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'),
    url('#{$font-path}/awesome/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'),
    url('#{$font-path}/awesome/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'),
    url('#{$font-path}/awesome/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg');
  //src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
  font-weight: normal;
  font-style: normal;
}
