diff --git a/web/pages/_document.tsx b/web/pages/_document.tsx index 65f1de4c..529af4de 100644 --- a/web/pages/_document.tsx +++ b/web/pages/_document.tsx @@ -7,11 +7,13 @@ export default function Document() {
- + {/**/} diff --git a/web/styles/globals.css b/web/styles/globals.css index 0fe95afe..5ec249e0 100644 --- a/web/styles/globals.css +++ b/web/styles/globals.css @@ -3,7 +3,8 @@ @tailwind utilities; :root { - --font-main: "Crimson Pro", "EB Garamond", Georgia, "Times New Roman", Times, serif; + /*--font-main: "Crimson Pro", "EB Garamond", Georgia, "Times New Roman", Times, serif;*/ + --font-main: Georgia, "Times New Roman", Times, serif; } .main-font {