Skip to content

url of src of font-face is missed #18

@Abbas-Hashemian

Description

@Abbas-Hashemian

Installed product versions

  • Visual Studio: 2015 Enterprise version 14.0.25431.01 Update 3
  • This extension: 0.9.44

Description

@font-face {
font-family: x;
font-style: normal;
font-weight: 400;
src: url('/fonts/x.eot');
}
//is compiled to (in the minified version)
src: '/fonts/x.eot';
//or
src: '/fonts/x.eot');

Steps to recreate

Find a web font and test the code provided in description

Current behavior

src: '/fonts/x.eot'; //in the minified version

Expected behavior

src: url('/fonts/x.eot');

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