123456789101112131415161718 |
- @font-face {
- font-family: '{{fontname}}';
- src: url('{{cssPath}}{{fontname}}.woff') format('woff');
- font-weight: normal;
- font-style: normal;
- }
- [class^='{{prefix}}-'],
- [class*=' {{prefix}}-'] {
- display: inline-block;
- font: normal normal normal 14px/1 {{fontname}};
- font-size: inherit;
- text-rendering: auto;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- {{cssString}}
|