mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-04 06:51:45 -04:00
Use georgia font
This commit is contained in:
@@ -7,11 +7,13 @@ export default function Document() {
|
||||
<Html lang="en">
|
||||
<Head>
|
||||
<link rel="icon" href={ENV_CONFIG.faviconPath} />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600;700&display=swap"
|
||||
// href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
{/*<link*/}
|
||||
{/* href="https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600;700&display=swap"*/}
|
||||
{/* // href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:wght@400;500;600;700&display=swap"*/}
|
||||
{/* // href="https://fonts.googleapis.com/css2?family=Merriweather:wght@400;500;600;700&display=swap"*/}
|
||||
{/* // href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap"*/}
|
||||
{/* rel="stylesheet"*/}
|
||||
{/*/>*/}
|
||||
<Script src="/init-theme.js" strategy="beforeInteractive" />
|
||||
</Head>
|
||||
<body className="body-bg text-ink-1000">
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user