35 lines
1.1 KiB
CSS
35 lines
1.1 KiB
CSS
@font-face {
|
|
font-family: 'icomoon';
|
|
src: url('/Plugins/NopStation.Core/contents/fonts/icomoon.eot?h5ssf6');
|
|
src: url('/Plugins/NopStation.Core/contents/fonts/icomoon.eot?h5ssf6#iefix') format('embedded-opentype'), url('/Plugins/NopStation.Core/contents/fonts/icomoon.ttf?h5ssf6') format('truetype'), url('/Plugins/NopStation.Core/contents/fonts/icomoon.woff?h5ssf6') format('woff'), url('/Plugins/NopStation.Core/contents/fonts/icomoon.svg?h5ssf6#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: never;
|
|
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-nop-station:before {
|
|
content: "\e900";
|
|
}
|
|
|
|
.icon-plugins:before {
|
|
content: "\e901";
|
|
}
|
|
|
|
.icon-themes:before {
|
|
content: "\e902";
|
|
}
|