mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-10 17:48:41 -04:00
Add optional Garamond font
This commit is contained in:
@@ -9,6 +9,7 @@ export default function Document() {
|
||||
<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"
|
||||
/>
|
||||
<Script src="/init-theme.js" strategy="beforeInteractive" />
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
@tailwind utilities;
|
||||
|
||||
:root {
|
||||
--font-main: "Crimson Pro", Georgia, "Times New Roman", Times, serif;
|
||||
--font-main: "Crimson Pro", "EB Garamond", Georgia, "Times New Roman", Times, serif;
|
||||
}
|
||||
|
||||
.main-font {
|
||||
|
||||
Reference in New Issue
Block a user