_{{filename}}.css 415 B

123456789101112131415161718
  1. @font-face {
  2. font-family: '{{fontname}}';
  3. src: url('{{cssPath}}{{fontname}}.woff') format('woff');
  4. font-weight: normal;
  5. font-style: normal;
  6. }
  7. [class^='{{prefix}}-'],
  8. [class*=' {{prefix}}-'] {
  9. display: inline-block;
  10. font: normal normal normal 14px/1 {{fontname}};
  11. font-size: inherit;
  12. text-rendering: auto;
  13. -webkit-font-smoothing: antialiased;
  14. -moz-osx-font-smoothing: grayscale;
  15. }
  16. {{cssString}}