@@ -3482,15 +3482,15 @@ Array [
3482
3482
}
3483
3483
3484
3484
@font-face {
3485
- src: url(data:font/ woff;base64, ) format('woff'),
3486
- url(data:font/ woff2;base64, ) format('woff2'),
3487
- url(data:application/vnd.ms-fontobject;base64, ) format('eot'),
3488
- url(data:font/ ttf;base64, ) format('truetype'),
3489
- url(data:application/vnd.ms-fontobject;base64, ) format(\\"embedded-opentype\\"),
3490
- url(data:image/ svg+xml;base64, #svgFontName) format('svg'),
3491
- url(data:font/ woff2;base64, ) format('woff2'),
3492
- url(data:application/vnd.ms-fontobject;base64, ?#iefix) format('embedded-opentype'),
3493
- url(data:application/vnd.ms-fontobject;base64, ?#iefix) format('embedded-opentype');
3485
+ src: url(replaced_file_protocol_/webpack/public/path/font. woff) format('woff'),
3486
+ url(replaced_file_protocol_/webpack/public/path/font. woff2) format('woff2'),
3487
+ url(replaced_file_protocol_/webpack/public/path/font.eot ) format('eot'),
3488
+ url(replaced_file_protocol_/webpack/public/path/font. ttf) format('truetype'),
3489
+ url(\\"replaced_file_protocol_/webpack/public/path/font%20with%20spaces.eot\\" ) format(\\"embedded-opentype\\"),
3490
+ url(replaced_file_protocol_/webpack/public/path/font. svg#svgFontName) format('svg'),
3491
+ url(replaced_file_protocol_/webpack/public/path/font. woff2) format('woff2'),
3492
+ url(replaced_file_protocol_/webpack/public/path/font.eot ?#iefix) format('embedded-opentype'),
3493
+ url(\\"replaced_file_protocol_/webpack/public/path/font%20with%20spaces.eot ?#iefix\\" ) format('embedded-opentype');
3494
3494
}
3495
3495
3496
3496
@media (min-width: 500px) {
@@ -3792,7 +3792,7 @@ a {
3792
3792
/* We need to use \`resourceQuery: /inline/\` */
3793
3793
/* Hard to test on webpack v4 */
3794
3794
.qqq {
3795
- background: url(data:image/ png;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJjdXN0b20taW1nLnBuZyI= )
3795
+ background: url(replaced_file_protocol_/webpack/public/path/img-single. png)
3796
3796
}
3797
3797
",
3798
3798
"",
0 commit comments