67 lines
1.4 KiB
CSS
67 lines
1.4 KiB
CSS
@font-face {
|
|
font-family: 'icomoon';
|
|
src: url('../fonts/icomoon.eot?krhhew');
|
|
src: url('../fonts/icomoon.eot?krhhew#iefix') format('embedded-opentype'),
|
|
url('../fonts/icomoon.ttf?krhhew') format('truetype'),
|
|
url('../fonts/icomoon.woff?krhhew') format('woff'),
|
|
url('../fonts/icomoon.svg?krhhew#icomoon') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: block;
|
|
}
|
|
|
|
[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;
|
|
}
|
|
|
|
.icon-autorizaciones:before {
|
|
content: "\e900";
|
|
}
|
|
.icon-contacto:before {
|
|
content: "\e901";
|
|
}
|
|
.icon-contratos-y-otros:before {
|
|
content: "\e902";
|
|
}
|
|
.icon-declaracion:before {
|
|
content: "\e903";
|
|
}
|
|
.icon-extranjeros:before {
|
|
content: "\e904";
|
|
}
|
|
.icon-horario:before {
|
|
content: "\e905";
|
|
}
|
|
.icon-laboral:before {
|
|
content: "\e906";
|
|
}
|
|
.icon-metro:before {
|
|
content: "\e907";
|
|
}
|
|
.icon-poder:before {
|
|
content: "\e908";
|
|
}
|
|
.icon-poderes-bancarios:before {
|
|
content: "\e909";
|
|
}
|
|
.icon-renovacion-de-poderes:before {
|
|
content: "\e90a";
|
|
}
|
|
.icon-ubicacion:before {
|
|
content: "\e90b";
|
|
}
|
|
.icon-vehiculos:before {
|
|
content: "\e90c";
|
|
}
|