-
Notifications
You must be signed in to change notification settings - Fork 144
unicode-range is not parsed #158
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
Comments
Did you try with the latest master? I just now merged #144. |
Awesome, Now it's working.. setCharset and getCharset is getting error in Parser.php because of oParserHelper is Undefined |
Thanks for catching this I will fix it as soon as I can. |
Thanks. Can you check again? |
Thank you so much for your faster update... Cheers |
Uh oh!
There was an error while loading. Please reload this page.
I try to parse this below mentioned font-face, unicode-range is missing in output..
INPUT:
@font-face { font-family: 'specialCharacters'; src: url('/fonts/some.otf') format('truetype'); unicode-range: U+26; font-weight: normal; font-style: normal; }
OUTPUT:
@font-face {font-family: "specialCharacters";src: url("/fonts/some.otf") format("truetype");font-weight: normal;font-style: normal;}
Is there any solution for this ?
The text was updated successfully, but these errors were encountered: