Fix CSS font-face minification#8106
Conversation
|
Hi sidonaldson! Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file.In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Hello!
By default CSS is minified and the quotes around CSS Font-Face names are removed (to save how many bits?). This prevents custom fonts working in IE11 and presumably others too.
This just overrides the behaviour.
Pulled from my working production build where we fixed the bug.
See issue #7748
Fixes #4121