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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fribourg-exp' !important;
  speak: none;
  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;
}

.icon-review-cell-header:before {
  content: "\2665";
}
.icon-close:before {
  content: "\274c";
}
.icon-add:before {
  content: "\2610";
}
.icon-add-on:before {
  content: "\2611";
}
.icon-zoom:before {
  content: "\2139";
}
.icon-del:before {
  content: "\1f5d1";
}
.icon-up-button:before {
  content: "\2191";
}
.icon-down-button:before {
  content: "\2193";
}
.icon-next-button:before {
  content: "\2192";
}
.icon-prev-button:before {
  content: "\2190";
}
.icon-home:before {
  content: "\1f3e0";
}