@font-face {
  font-family: 'check_font';
  src:  url('../fonts/check_font.eot?g8mrug');
  src:  url('../fonts/check_font.eot?g8mrug#iefix') format('embedded-opentype'),
    url('../fonts/check_font.ttf?g8mrug') format('truetype'),
    url('../fonts/check_font.woff?g8mrug') format('woff'),
    url('../fonts/check_font.svg?g8mrug#check_font') format('svg');
  font-weight: normal;
  font-style: normal;
}

.cf {
  /* use !important to prevent issues with browser extensions that change fonts */
	font-family:check_font;
  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;
}
.cf-2x{
  font-size:2em;
}
.cf-3x{
  font-size:3em;
}
.cf-4x{
  font-size:4em;
}


.cf-check:before {
  content: "\e900";
}
.cf-check-circle:before {
  content: "\e901";
}
.cf-check-square:before {
  content: "\e902";
}
.cf-circle:before {
  content: "\e903";
}
.cf-disc:before {
  content: "\e904";
}
.cf-minus:before {
  content: "\e905";
}
.cf-plus:before {
  content: "\e906";
}
.cf-triangle:before {
  content: "\e907";
}
.cf-x:before {
  content: "\e908";
}
