Skip to content

Problem on dealing with 'unicode-range' in '@font-face' at-rule #4

Description

https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-range
This is an experimental technology supported by Webkit and useful in Stylebot that using this parser.
jscssp prases this

@font-face {
  font-family: 'Ampersand';
  src: local('Times New Roman');
  unicode-range: U+26;
}

into

@font-face {

  font-family: 'Ampersand';
  src: local('Times New Roman');

  unicode-range: U +26;
}

and just makes unicode-range not working...

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