We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type="text/css"
style
1 parent 28906b8 commit 43816a5Copy full SHA for 43816a5
packages/angular_devkit/build_angular/src/utils/index-file/inline-fonts.ts
@@ -152,7 +152,7 @@ export class InlineFontsProcessor {
152
if (hrefAttr) {
153
const href = hrefAttr.value;
154
const cssContent = hrefsContent.get(href);
155
- rewriter.emitRaw(`<style type="text/css">${cssContent}</style>`);
+ rewriter.emitRaw(`<style>${cssContent}</style>`);
156
} else {
157
rewriter.emitStartTag(tag);
158
}
0 commit comments