diff --git a/docusaurus.config.ts b/docusaurus.config.ts index e3e08aae..788a9627 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -21,6 +21,34 @@ const config: Config = { locales: ['en'], }, + headTags: [ + // + { + tagName: 'link', + attributes: { + rel: 'preconnect', + href: 'https://fonts.googleapis.com', + }, + }, + // + { + tagName: 'link', + attributes: { + rel: 'preconnect', + href: 'https://fonts.gstatic.com', + crossorigin: 'anonymous', + }, + }, + // + { + tagName: 'link', + attributes: { + rel: 'stylesheet', + href: 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap', + }, + }, + ], + presets: [ [ 'classic',