Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

optimal @font-face syntax breaks #115

@ghost

Description

the ideal cross-browser @font-face syntax of =>

@font-face {
font-family: "FONT";
src: url("/font/FONT.eot");
src: local("FONT"),
url("../font/FONT.woff") format("woff"),
url("../font/FONT.otf") format("opentype"),
url("../font/FONT.otf#FONT") format("svg");
}

breaks the compiling (due to the comma after the second src attribute, i'm assuming). is there a way allow for this or wrap a piece of css with syntax that tells the less compiler to ignore attempting to process it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions