Icon bug

ginette -  
 ginette -
Bonjour,

j'ai des icon

 @font-face
      {
      font-family: 'icomoon';
      src:  url('fonts/icomoon.eot?qz88sw');
      src:  url('fonts/icomoon.eot?qz88sw#iefix') format('embedded-opentype'),
            url('fonts/icomoon.ttf?qz88sw') format('truetype'),
            url('fonts/icomoon.woff?qz88sw') format('woff'),
            url('fonts/icomoon.svg?qz88sw#icomoon') format('svg');
      font-weight: normal;
      font-style: normal;
      }
       
      [class^="icon-"], [class*=" icon-"]
      {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      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;
      }


mais le souci, il ne s'affiche pas sur ie 10

.icon-onglet-portail::before
{
content: "\e904";
}

merc
Configuration: Windows / Chrome 72.0.3626.119

1 réponse

  1. telliak Messages postés 3652 Date d'inscription   Statut Membre Dernière intervention   885
     
    SAlut,
    Et cela s'affiche avec d'autres navigateurs ?
    0
    1. ginette
       
      oui en fait tout fonctionne sur google et fire fox et ie10

      mais des que je met


      @media (min-width: 1200px)
      {
      pour entouré mes icon


      il ne s'affiche plus mes icon c'est su ie 10 les autres navigateurs saffiche bien
      0