@font-face {
  font-family: 'icomoon';
  src:  url('../font/icomoon.eot?doenlw');
  src:  url('../font/icomoon.eot?doenlw#iefix') format('embedded-opentype'),
    url('../font/icomoon.woff2?doenlw') format('woff2'),
    url('../font/icomoon.ttf?doenlw') format('truetype'),
    url('../font/icomoon.woff?doenlw') format('woff'),
    url('../font/icomoon.svg?doenlw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-checkmark:before {
  content: "\e906";
}
.icon-tick:before {
  content: "\e906";
}
.icon-correct:before {
  content: "\e906";
}
.icon-accept:before {
  content: "\e906";
}
.icon-ok:before {
  content: "\e906";
}
.icon-all:before {
  content: "\e905";
}
.icon-geography:before {
  content: "\e900";
}
.icon-history:before {
  content: "\e901";
}
.icon-maths:before {
  content: "\e902";
}
.icon-science:before {
  content: "\e903";
}
.icon-page:before {
  content: "\e904";
}

