/* Single source for Bootstrap 3 Glyphicons + Font Awesome 4.7 icon fonts */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/icons/glyphicons-halflings-regular.woff2') format('woff2'),
       url('../fonts/icons/glyphicons-halflings-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/icons/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('../fonts/icons/fontawesome-webfont.woff?v=4.7.0') format('woff');
  font-weight: normal;
  font-style: normal;
}
