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 d0bff79 commit 0335d6aCopy full SHA for 0335d6a
packages/angular_devkit/build_angular/src/utils/index-file/inline-fonts.ts
@@ -154,7 +154,7 @@ export class InlineFontsProcessor {
154
if (hrefAttr) {
155
const href = hrefAttr.value;
156
const cssContent = hrefsContent.get(href);
157
- rewriter.emitRaw(`<style type="text/css">${cssContent}</style>`);
+ rewriter.emitRaw(`<style>${cssContent}</style>`);
158
} else {
159
rewriter.emitStartTag(tag);
160
}
0 commit comments