Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Aug 30, 2014 · 0 comments
Open

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

ghost opened this issue Aug 30, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 30, 2014

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants