/*!
 * Font Awesome 4.7.0 @font-face only, by Toolset.
 *
 * The Font Awesome 5 bundle declares 'Font Awesome 5 Free' and 'Font Awesome 5 Brands'
 * and nothing else; its v4-shims.css carries no @font-face at all. So on a site set to
 * Font Awesome 5, a 'FontAwesome' family has no font behind it.
 *
 * Blocks store an icon as a font family plus a code point, and the generated CSS names
 * whatever family was saved - which for anything chosen before Font Awesome 5 is
 * 'FontAwesome'. Those icons used to be carried by the FA 4.7 stylesheet the block
 * enqueued from a CDN; that URL is no longer loaded, so the face has to come from here.
 *
 * Deliberately the @font-face and nothing else. The full FA4 stylesheet also defines
 * .fa and every .fa-* selector against this family, which would override the FA5 rules
 * for class names written into content and swap those icons back to 4.7 artwork.
 *
 * Taken verbatim from font-awesome.min.css, same directory, same font files.
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
       url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
       url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
       url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
