Skip to content

font-face and font-files #107

Open
Open
@fpaterno

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; }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions