
@font-face {
    font-family: 'dq-iconpicker-icomoon';
    src: url('../fonts/icomoon.ttf');
    font-weight: 100;
    font-style: normal;
}


[class*="dq-icon-icomoon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: dq-iconpicker-icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: baseline;


  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

