$lui-monospace-font-path: '../../fonts/source-code-pro' !default;
$name: regular;

@font-face {
  font-family: 'Source Code Pro';
  src: url('#{$lui-monospace-font-path}/sourcecodepro-#{$name}-webfont.eot?ntbba6');
  src: url('#{$lui-monospace-font-path}/sourcecodepro-#{$name}-webfont.eot?#iefixntbba6') format('embedded-opentype'),
       url('#{$lui-monospace-font-path}/sourcecodepro-#{$name}-webfont.woff?ntbba6') format('woff'),
       url('#{$lui-monospace-font-path}/sourcecodepro-#{$name}-webfont.ttf?ntbba6') format('truetype'),
       url('#{$lui-monospace-font-path}/sourcecodepro-#{$name}-webfont.svg?ntbba6#sourcecodepro') format('svg');
  font-weight: normal;
  font-style: normal;
}
