@font-face {
  font-family: 'boxicons';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/boxicons.woff2') format('woff2'),
       url('../fonts/boxicons.woff') format('woff');
}

.bx {
  font-family: 'boxicons' !important;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
}

/* Icons you need */
.bx-tachometer:before { content: "\eb96"; }
.bx-user:before { content: "\ebbf"; }
.bx-file:before { content: "\ea37"; }
.bx-copyright:before{content:"\e9e8"}