Skip to content

Quotation marks get removed from @font-face src urls causing problems with spaces in font names #27

@abhijitparida

Description

@abhijitparida
@font-face {
    font-family: 'Nexa Light';
    src: url('font/Nexa Light.otf');
}

becomes

@font-face{font-family:'Nexa Light';src:url(font/Nexa Light.otf)}

It should be

@font-face{font-family:'Nexa Light';src:url('font/Nexa Light.otf')}
                                            ^^^^^^^^^^^^^^^^^^^^^

Metadata

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