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

[class^="dice-"], [class*=" dice-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'rpg-dices' !important;
  speak: never;
  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;
}

.dice-empty-d6:before {
  content: "\e906";
}
.dice-empty-d4:before {
  content: "\e907";
}
.dice-empty-d12:before {
  content: "\e908";
}
.dice-empty-d10:before {
  content: "\e909";
}
.dice-empty-d8:before {
  content: "\e90a";
}
.dice-empty-d20:before {
  content: "\e90b";
}
.dice-d20:before {
  content: "\e900";
}
.dice-d8:before {
  content: "\e901";
}
.dice-d10:before, .dice-d100:before, .dice-d00:before {
  content: "\e902";
}
.dice-d12:before {
  content: "\e903";
}
.dice-d4:before {
  content: "\e904";
}
.dice-d6:before {
  content: "\e905";
}
