﻿@font-face {
  font-family: 'iComoon';

  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon_my {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'iComoon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon_my-radio-checked:before {
  content: "\ea54";
}
