We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799160e commit c15a447Copy full SHA for c15a447
theme.config.tsx
@@ -17,6 +17,7 @@ import { BsDiscord } from "react-icons/bs";
17
import { GithubMenuBadge } from "./components/GitHubBadge";
18
import { ToAppButton } from "./components/ToAppButton";
19
import { COOKBOOK_ROUTE_MAPPING } from "./lib/cookbook_route_mapping";
20
+import { GeistSans } from "geist/font/sans";
21
22
const footerNav = [
23
{
@@ -212,6 +213,12 @@ const config: DocsThemeConfig = {
212
213
<meta name="twitter:site:domain" content="langfuse.com" />
214
<meta name="twitter:url" content="https://langfuse.com" />
215
216
+ <style
217
+ dangerouslySetInnerHTML={{
218
+ __html: `html { --font-geist-sans: ${GeistSans.style.fontFamily}; }`,
219
+ }}
220
+ />
221
+
222
<link
223
rel="apple-touch-icon"
224
sizes="180x180"
0 commit comments