@font-face {
  font-family: "Rouble";
  src: url('/src/fonts/rouble.eot?') format('eot'),
    url('/src/fonts/rouble.otf') format('opentype'),
    url('/src/fonts/rouble.woff') format('woff'),
    url('/src/fonts/rouble.ttf')  format('truetype'),
    url('/src/fonts/rouble.svg#ALSRubl') format('svg');
}
span.rub {
  font-family: "Rouble";
  position: relative;
  color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
span.rub:before {
    position: absolute;
    top: .01em;
    width: 100%;
    height: 100%;
    color: #000;
    content: "q";
}