mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-04 21:24:08 -04:00
Fix warning font
This commit is contained in:
@@ -100,10 +100,6 @@ function MyApp({Component, pageProps}: AppProps<PageProps>) {
|
||||
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
|
||||
|
||||
@@ -7,6 +7,10 @@ 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"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<Script src="/init-theme.js" strategy="beforeInteractive" />
|
||||
</Head>
|
||||
<body className="body-bg text-ink-1000">
|
||||
|
||||
Reference in New Issue
Block a user