/*
 *
 * INSTRUCTIONS
 *
 * Copy the Legal Disclaimer and the @font-faces statements to your regular CSS file.
 * The font file(s) should be placed relative to the regular CSS file.
 *
 */

/*
 * Legal Disclaimer for Web licence
 *
 * Licence to use self-hosted webfonts for displaying dynamic text on specified website domains. Our package includes WOFF and WOFF2 font formats.
 *
 * Should the license page views limit be exceeded the license holder will be required to contact Lineto.com for an upgrade.
 * 
 * It is strictly prohibited to rename the font and to download or use these fonts in any other media. 
 * 
 * These Web fonts are licensed exclusively for the use on the following domain(s) and their subdomains:
 *
 * brocku.ca (monthly pageviews: < 5M)
 *
 */

/* complete */

@font-face {
  font-family: "Circular Black";
  src: url("CircularXXWeb-Black.woff") format("woff");
}

@font-face {
  font-family: "Circular Black";
  src: url("CircularXXWeb-Black.woff2") format("woff2");
}

@font-face {
  font-family: "Circular Black Italic";
  src: url("CircularXXWeb-BlackItalic.woff") format("woff");
}

@font-face {
  font-family: "Circular Black Italic";
  src: url("CircularXXWeb-BlackItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Circular";
  src: url("CircularXXWeb-Regular.woff") format("woff");
}

@font-face {
  font-family: "Circular";
  src: url("CircularXXWeb-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Circular Italic";
  src: url("CircularXXWeb-Italic.woff") format("woff");
}

@font-face {
  font-family: "Circular Italic";
  src: url("CircularXXWeb-Italic.woff2") format("woff2");
}


/* backward compatibility with Bliss */

@font-face {
    font-family: 'Bliss Light';
    src: url('CircularXXWeb-Regular.woff2') format('woff2'),
         url('CircularXXWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Bliss Light Italic';
    src: url('CircularXXWeb-Italic.woff2') format('woff2'),
         url('CircularXXWeb-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Bliss Bold';
    src: url('CircularXXWeb-Black.woff2') format('woff2'),
         url('CircularXXWeb-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Bliss Bold Italic';
    src: url('blsw-bdit.eot');
    src: url('CircularXXWeb-BlackItalic.woff2') format('woff2'),
         url('CircularXXWeb-BlackItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Let's add Alfaslab to this. */
@font-face {
  font-family: 'AlfaSlabOne-Regular';
  src: url('CircularXXWeb-Black.woff2') format('woff2'),
         url('CircularXXWeb-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}