blob: ea2f7e66d8ac0fcf1d525ea59d26bd9bbba4d0b9 [file] [log] [blame]
@fauxtonFont: "{{fontname}}";
@font-face {font-family: "{{fontname}}";
src: url('{{cssPath}}{{fontname}}.eot'); /* IE9*/
src: url('{{cssPath}}{{fontname}}.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("{{cssPath}}{{fontname}}.woff2") format("woff2"),
url("{{cssPath}}{{fontname}}.woff") format("woff"),
url('{{cssPath}}{{fontname}}.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('{{cssPath}}{{fontname}}.svg#{{fontname}}') format('svg'); /* iOS 4.1- */
font-weight: normal;
font-style: normal;
}
[class^="{{prefix}}-"]:before, [class*=" {{prefix}}-"]:before {
display: inline-block;
font-family: '{{fontname}}' !important;
font-weight: normal;
font-style: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
{{cssToVars}}
{{cssString}}