@font-face {
  font-family: 'simple-line-icons';
  src: url('../fonts/icon/icon/font.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-settings::before { content: '\e09a'; }
.icon-globe::before { content: '\e037'; }
