This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
ModuleWeb/SRC/public/css/fonts/style.css

34 lines
728 B
CSS
Raw Normal View History

@font-face {
font-family: 'icomoon';
src:url('./icomoon.eot?-e1jt8');
src:url('./icomoon.eot?#iefix-e1jt8') format('embedded-opentype'),
url('./icomoon.woff?-e1jt8') format('woff'),
url('./icomoon.ttf?-e1jt8') format('truetype'),
url('./icomoon.svg?-e1jt8#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
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-home:before {
content: "\e601";
}
.icon-star-full:before {
content: "\e600";
}