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.
1 parent a7df989 commit 880e251Copy full SHA for 880e251
packages/angular_devkit/build_angular/src/utils/index-file/inline-fonts.ts
@@ -83,7 +83,7 @@ export class InlineFontsProcessor {
83
if (hrefAttr) {
84
const href = hrefAttr.value;
85
const cssContent = hrefsContent.get(href);
86
- rewriter.emitRaw(`<style type="text/css" title="${href}">${cssContent}</style>`);
+ rewriter.emitRaw(`<style type="text/css">${cssContent}</style>`);
87
} else {
88
rewriter.emitStartTag(tag);
89
}
0 commit comments