website/assets/css/icons.css
2018-04-26 03:13:04 +00:00

31 lines
914 B
CSS

@font-face {
font-family: 'icomoon';
src: url('/assets/fonts/icomoon.eot?ybqupz');
src: url('/assets/fonts/icomoon.eot?ybqupz#iefix') format('embedded-opentype'),
url('/assets/fonts/icomoon.ttf?ybqupz') format('truetype'),
url('/assets/fonts/icomoon.woff?ybqupz') format('woff'),
url('/assets/fonts/icomoon.svg?ybqupz#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="pretendo-icon-"], [class*=" pretendo-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;
font-size: 1em;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pretendo-icon-pretendo-logo:before {
content: "\e900";
}