@font-face {
  font-family: 'customicons';
  src: url('fonts/customicons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="csticon-"], [class*=" csticon-"] {
  font-family: 'customicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.csticon-test:before { content: "\e900"; }
