bonjour, j'ai mis des icon sur mon site
là , il m'affiche bien mais icon sur les 3 navigateurs, ie10, firefox, et google chrome
des que je mets ma média
sur le navigateur ie10 , les icon ne veut pas affiché.
à votre avis pour quoi la média supprime mes icons ?
@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;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-onglet-portail::before
{
content: "\e904";
}
.icon-onglet-connexion:before
{
content: "\e971";
}
etc....
là , il m'affiche bien mais icon sur les 3 navigateurs, ie10, firefox, et google chrome
des que je mets ma média
@media (min-width: 75em)
{
@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;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-onglet-portail::before
{
content: "\e904";
}
.icon-onglet-connexion:before
{
content: "\e971";
}
etc....
}
sur le navigateur ie10 , les icon ne veut pas affiché.
à votre avis pour quoi la média supprime mes icons ?