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 07e9fcb commit 3f69c73Copy full SHA for 3f69c73
1 file changed
src/widgets/EmbedWidget.ts
@@ -98,7 +98,7 @@ export default class EmbedWidget extends Widget {
98
? `
99
<link rel="preconnect" href="https://fast${fastDomainSuffix}.ssqt.io">
100
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
101
- <link rel="preconnect" href="https://fonts.googleapis.com">
+ <link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
102
<link rel="preload" href="https://fonts.googleapis.com/css2?family=${encodeURIComponent(
103
brandingConfig?.main?.brandFont,
104
)}" as="style">`
0 commit comments