@@ -139,17 +139,17 @@ public function getTags(): array
139
139
'style ' ,
140
140
['type ' => 'text/css ' ],
141
141
"\n @font-face { \n font-family: \"MyCustomFont \"; "
142
- ."\n src: url(http://magento.com/static/font.ttf); \n } \n"
142
+ ."\n src: url( \" http://magento.com/static/font.ttf \" ); \n } \n"
143
143
." @font-face { \n font-family: \"MyCustomFont2 \"; "
144
- ."\n src: url(https://magento.com/static/font-2.ttf), "
144
+ ."\n src: url(' https://magento.com/static/font-2.ttf' ), "
145
145
."\n url(static/font.ttf), "
146
146
."\n url(https://devdocs.magento.com/static/another-font.woff), "
147
147
."\n url(http://devdocs.magento.com/static/font.woff); \n } \n" ,
148
148
"<style type= \"text/css \"> "
149
149
."\n @font-face { \n font-family: \"MyCustomFont \"; "
150
- ."\n src: url(http://magento.com/static/font.ttf); \n } \n"
150
+ ."\n src: url( \" http://magento.com/static/font.ttf \" ); \n } \n"
151
151
." @font-face { \n font-family: \"MyCustomFont2 \"; "
152
- ."\n src: url(https://magento.com/static/font-2.ttf), "
152
+ ."\n src: url(' https://magento.com/static/font-2.ttf' ), "
153
153
."\n url(static/font.ttf), "
154
154
."\n url(https://devdocs.magento.com/static/another-font.woff), "
155
155
."\n url(http://devdocs.magento.com/static/font.woff); \n } \n"
@@ -174,7 +174,7 @@ public function getTags(): array
174
174
false ,
175
175
false ,
176
176
[],
177
- ['ha3DQAQqMpmhqPFaZpQV5tjgDc1QzTkIlfJ2R9hflVw = ' => 'sha256 ' ]
177
+ ['TP6Ulnz1kstJ8PYUKvowgJm0phHhtqJnJCnWxKLXkf0 = ' => 'sha256 ' ]
178
178
)
179
179
]
180
180
],
0 commit comments