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

.skia {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: skia !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  word-spacing: -0.2em;

  /* Better Font Rendering =========== */
/*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
*/
}
