@font-face {
  font-family: 'iconsfon';
  src:
    url('../fonts/fontsglif/iconsfon.ttf?x8xlua') format('truetype'),
    url('../fonts/fontsglif/iconsfon.woff?x8xlua') format('woff'),
    url('../fonts/fontsglif/iconsfon.svg?x8xlua#iconsfon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="_icon-"]::before, [class*=" _icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconsfon' !important;
  speak: never;
  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-telsl:before {
  content: "\e900";
    
    
}
._icon-postsl:before {
  content: "\e901";
}

