-
Notifications
You must be signed in to change notification settings - Fork 187
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
font-face object passed directly doesn't work #243
Comments
Thanks for the report! Yeah, that definitely should work. I wonder why it doesn't... Can you be more specific about what you mean by "This doesn't work"? Does it throw an error? Or just not insert the font face? What do you get as the |
Yep, sorry :) No errors, and the |
Adding it in the proposed way, stipulated in the readme also does not seem to work for me. Just like with @omerzach it injects the |
has there been a workaround for this? even when passing the font the first way you did it, ([Raleway]) rather than passing directly, it doesnt work for me. Chrome inspector and the debugger both show that the font is defined correctly but my elements arent showing up with the correct font |
I think this PR fiexes the issue: #252 The array-passing thing definitely works for us though, so @xymostech's questions for me when I first posted this are probably relevant: "Can you be more specific about what you mean by 'This doesn't work'? Does it throw an error? Or just not insert the font face? What do you get as the font-family value in that style?" |
@omerzach |
I'm on Aphrodite 1.2.1.
I have
This works:
This doesn't:
According to the README either one should work:
The text was updated successfully, but these errors were encountered: