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

i.spc {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'spc-font' !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;
}

.spc-purchased:before {
  content: "\e900";
}
.spc-views:before {
  content: "\e901";
}