Icon bug

Fermé
ginette - 26 févr. 2019 à 12:20
 ginette - 28 févr. 2019 à 15:07
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

telliak Messages postés 3655 Date d'inscription mercredi 20 septembre 2006 Statut Membre Dernière intervention 27 mars 2024 875
28 févr. 2019 à 11:27
SAlut,
Et cela s'affiche avec d'autres navigateurs ?
0
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