@font-face {
  font-family: dashicons;
  src: url('../fonts/dashicons.eot');
  src: url('../fonts/dashicons.eot?#iefix') format('embedded-opentype'), url('../fonts/dashicons.woff2') format('woff2'), url('../fonts/dashicons.woff') format('woff'), url('../fonts/dashicons.ttf') format('truetype'), url('../fonts/dashicons.svg#dashicons') format('svg');
  font-style: normal;
  font-weight: 400;
}

.dashicons,
.dashicons-before:before {
  display: inline-block;
  font: normal 20px/1 dashicons;
  text-decoration: none;
  text-rendering: auto;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
