1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
@media (min-width: 1200px)
{
@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";
}
etc........
} |
Partager