diff --git a/.babelrc b/.babelrc
deleted file mode 100644
index 7d31ec4c..00000000
--- a/.babelrc
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "presets": ["next/babel", "@babel/preset-typescript"],
- "plugins": ["istanbul"]
-}
diff --git a/.github/workflows/build-and-test-prs.yml b/.github/workflows/build-and-test-prs.yml
index 63e47165..3e35d0ac 100644
--- a/.github/workflows/build-and-test-prs.yml
+++ b/.github/workflows/build-and-test-prs.yml
@@ -26,7 +26,7 @@ jobs:
- name: Use NodeJs
uses: actions/setup-node@v4
with:
- node-version: "20.x"
+ node-version: '20.x'
- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
diff --git a/.github/workflows/community-issue-comment.yml b/.github/workflows/community-issue-comment.yml
index a652b5c8..87ecaacc 100644
--- a/.github/workflows/community-issue-comment.yml
+++ b/.github/workflows/community-issue-comment.yml
@@ -10,7 +10,7 @@ name: Issue Comment Workflows
on:
workflow_run:
- workflows: ["Label Stale Contributions"]
+ workflows: ['Label Stale Contributions']
types:
- completed
issues:
diff --git a/components/head/GoogleTagManagerScript.tsx b/components/head/GoogleTagManagerScript.tsx
index 317d4937..47736c0c 100644
--- a/components/head/GoogleTagManagerScript.tsx
+++ b/components/head/GoogleTagManagerScript.tsx
@@ -4,7 +4,7 @@ const GoogleTagManagerScript = () => {
return (
;
+
+export const openSans = Open_Sans({
+ subsets: ['latin'],
+ weight: ['300', '400', '600'],
+ variable: '--font-open-sans',
+ display: 'swap',
+});
+
+export const montserrat = Montserrat({
+ subsets: ['latin'],
+ weight: ['300', '400', '500'],
+ variable: '--font-montserrat',
+ display: 'swap',
+});
+
// For SSG compatibility with MUI
// Client-side emotion cache, shared for the whole session of the user in the browser.
const clientSideEmotionCache = createEmotionCache();
@@ -65,31 +85,33 @@ function MyApp(props: MyAppProps) {
}
return (
-