mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-12 09:09:01 -04:00
Add bookish font
This commit is contained in:
@@ -100,11 +100,15 @@ function MyApp({ Component, pageProps }: AppProps<ManifoldPageProps>) {
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no"
|
||||
/>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600;700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</Head>
|
||||
<PostHogProvider client={posthog}>
|
||||
<div
|
||||
className={clsx(
|
||||
'font-figtree contents font-normal',
|
||||
'contents font-normal',
|
||||
logoFont.variable,
|
||||
mainFont.variable
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user