// Path Definition
// ----------------------

@font-face {
  font-family: 'feather';
  src: url('#{$ft-font-path}/feather.eot?#{$ft-version}');
  src: url('#{$ft-font-path}/feather.eot?#{$ft-version}#iefix') format('embedded-opentype'),
       url('#{$ft-font-path}/feather.ttf?#{$ft-version}') format('truetype'),
       url('#{$ft-font-path}/feather.woff?#{$ft-version}') format('woff'),
       url('#{$ft-font-path}/feather.svg?#{$ft-version}#feather') format('svg');
  font-weight: normal;
  font-style: normal;
}
