Skip to content

Commit cb8abde

Browse files
committed
fix(): Remove Inter addition
1 parent a1a756b commit cb8abde

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

docusaurus-theme/src/index.js

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,5 @@ module.exports = function () {
1111
getClientModules() {
1212
return path.resolve(__dirname, './css/custom.scss');
1313
},
14-
15-
injectHtmlTags() {
16-
return {
17-
headTags: [
18-
{
19-
tagName: 'link',
20-
attributes: {
21-
rel: 'preconnect',
22-
href: 'https://fonts.gstatic.com',
23-
},
24-
},
25-
{
26-
tagName: 'link',
27-
attributes: {
28-
rel: 'stylesheet',
29-
href:
30-
'https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap',
31-
},
32-
},
33-
],
34-
};
35-
},
3614
};
3715
};

0 commit comments

Comments
 (0)