Skip to content

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

Closed
aruntvr opened this issue Feb 7, 2019 · 5 comments
Closed

unicode-range is not parsed #158

aruntvr opened this issue Feb 7, 2019 · 5 comments

Comments

@aruntvr
Copy link

aruntvr commented Feb 7, 2019

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 ?

@aruntvr aruntvr changed the title unicode-range missing in font-face unicode-range are not parsed Feb 7, 2019
@aruntvr aruntvr changed the title unicode-range are not parsed unicode-range is not parsed Feb 7, 2019
@sabberworm
Copy link
Collaborator

Did you try with the latest master? I just now merged #144.

@aruntvr
Copy link
Author

aruntvr commented Feb 7, 2019

Awesome, Now it's working..

setCharset and getCharset is getting error in Parser.php because of oParserHelper is Undefined

@sabberworm
Copy link
Collaborator

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.

sabberworm pushed a commit that referenced this issue Feb 7, 2019
@sabberworm
Copy link
Collaborator

Thanks. Can you check again?

@aruntvr
Copy link
Author

aruntvr commented Feb 7, 2019

Thank you so much for your faster update... Cheers

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

2 participants