Open
Description
Hello,
I noticed that font-face mixin requires "font-files" method to list available fonts.
@include font-face(Brown, font-files('fonts/Brown-Light.woff'), '/fonts/Brown-Light.eot', 300, normal);
So font-files is a non-existent mixin and this is the compilation result :
@font-face { font-family: "Brown"; src: font-url("/fonts/Brown-Light.eot"); src: font-url(/fonts/Brown-Light.eot?#iefix) format('eot'), font-files("fonts/Brown-Light.woff"); font-weight: 300; font-style: normal; }
Metadata
Assignees
Labels
No labels
Activity