You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
598 B

@font-face {
font-family: "{{fontname}}";
src: url("{{cssPath}}{{fontname}}.woff2?t={{timestamp}}") format("woff2"),
url("{{cssPath}}{{fontname}}.woff?t={{timestamp}}") format("woff"),
url('{{cssPath}}{{fontname}}.ttf?t={{timestamp}}') format('truetype'),
url('{{cssPath}}{{fontname}}.svg?t={{timestamp}}#{{fontname}}') format('svg');
}
[class^="{{prefix}}-"]::before, [class*=" {{prefix}}-"]::before {
font-family: '{{fontname}}' !important;
font-size: {{fontSize}};
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
{{cssString}}