Created by: sidonaldson
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 https://github.com/facebook/create-react-app/issues/7748
Fixes #4121 (closed)