@font-face {
  font-family: 'sbd_icomoon';
  src:  url('/wp-content/plugins/simpleblogdesign-main/asset/fonts/icomoon.eot?xnjjwp');
  src:  url('/wp-content/plugins/simpleblogdesign-main/asset/fonts/icomoon.eot?xnjjwp#iefix') format('embedded-opentype'),
    url('/wp-content/plugins/simpleblogdesign-main/asset/fonts/icomoon_xnjjwp.ttf') format('truetype'),
    url('/wp-content/plugins/simpleblogdesign-main/asset/fonts/icomoon_xnjjwp.woff') format('woff'),
    url('/wp-content/plugins/simpleblogdesign-main/asset/fonts/icomoon_xnjjwp.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="sbd-icon-"], [class*="sbd-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sbd_icomoon' !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;
}
.sbd-icon-star-full:before {
  content: "\e906";
}
.sbd-icon-star-half:before {
  content: "\e907";
}
.sbd-icon-star-off:before {
  content: "\e908";
}
.sbd-icon-cross:before {
  content: "\e904";
}
.sbd-icon-triangle:before {
  content: "\e905";
}
.sbd-icon-circle:before {
  content: "\e902";
}
.sbd-icon-double-circle:before {
  content: "\e903";
}
.sbd-icon-arrow:before {
  content: "\e900";
}
.sbd-icon-check:before {
  content: "\e901";
}