@font-face {
  font-family: 'font-awesome-custom';
  src:
    url('../fonts/font-awesome-custom.ttf?nrvtvi') format('truetype'),
    url('../fonts/font-awesome-custom.woff?nrvtvi') format('woff'),
    url('../fonts/font-awesome-custom.svg?nrvtvi#font-awesome-custom') format('svg');
  font-weight: normal;
  font-style: normal;
}

.qm-quiz .fa {
  font-family: 'font-awesome-custom';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.qm-quiz .fa-twitter:before {
  content: "\f099";
}

.qm-quiz .fa-facebook:before {
  content: "\f09a";
}

.qm-quiz .fa-google-plus:before {
  content: "\f0d5";
}
