I am using local css-modules in react/webpack to build some local fonts in a dev environment.
I see this !default tag added to my computed styles in all browsers which invalidates all css font-family rules.
Files received by the browser under sources in Chrome do not have this tag.
How can I remove this !default string? Or further debug in chrome.