@@ -3418,15 +3418,15 @@ Array [
3418
3418
}
3419
3419
3420
3420
@font-face {
3421
- src: url(data:font/ woff;base64, ) format('woff'),
3422
- url(data:font/ woff2;base64, ) format('woff2'),
3423
- url(data:application/vnd.ms-fontobject;base64, ) format('eot'),
3424
- url(data:font/ ttf;base64, ) format('truetype'),
3425
- url(data:application/vnd.ms-fontobject;base64, ) format(\\"embedded-opentype\\"),
3426
- url(data:image/ svg+xml;base64, #svgFontName) format('svg'),
3427
- url(data:font/ woff2;base64, ) format('woff2'),
3428
- url(data:application/vnd.ms-fontobject;base64, ?#iefix) format('embedded-opentype'),
3429
- url(data:application/vnd.ms-fontobject;base64, ?#iefix) format('embedded-opentype');
3421
+ src: url(replaced_file_protocol_/webpack/public/path/font. woff) format('woff'),
3422
+ url(replaced_file_protocol_/webpack/public/path/font. woff2) format('woff2'),
3423
+ url(replaced_file_protocol_/webpack/public/path/font.eot ) format('eot'),
3424
+ url(replaced_file_protocol_/webpack/public/path/font. ttf) format('truetype'),
3425
+ url(\\"replaced_file_protocol_/webpack/public/path/font%20with%20spaces.eot\\" ) format(\\"embedded-opentype\\"),
3426
+ url(replaced_file_protocol_/webpack/public/path/font. svg#svgFontName) format('svg'),
3427
+ url(replaced_file_protocol_/webpack/public/path/font. woff2) format('woff2'),
3428
+ url(replaced_file_protocol_/webpack/public/path/font.eot ?#iefix) format('embedded-opentype'),
3429
+ url(\\"replaced_file_protocol_/webpack/public/path/font%20with%20spaces.eot ?#iefix\\" ) format('embedded-opentype');
3430
3430
}
3431
3431
3432
3432
@media (min-width: 500px) {
@@ -3728,7 +3728,7 @@ a {
3728
3728
/* We need to use \`resourceQuery: /inline/\` */
3729
3729
/* Hard to test on webpack v4 */
3730
3730
.qqq {
3731
- background: url(data:image/ png;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICJjdXN0b20taW1nLnBuZyI= )
3731
+ background: url(replaced_file_protocol_/webpack/public/path/img-single. png)
3732
3732
}
3733
3733
",
3734
3734
"",
0 commit comments