From 2598b8ffe2754f905c0e10b2479b0065cc70494c Mon Sep 17 00:00:00 2001 From: Paramdeo Singh Date: Mon, 3 Jul 2023 12:32:13 -0400 Subject: Include additional instructions for using custom fonts (#291) Co-authored-by: Chris Swithinbank --- docs/src/content/docs/guides/customization.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/content/docs/guides/customization.mdx b/docs/src/content/docs/guides/customization.mdx index f3c448f6..5b803859 100644 --- a/docs/src/content/docs/guides/customization.mdx +++ b/docs/src/content/docs/guides/customization.mdx @@ -449,3 +449,5 @@ main { font-family: 'IBM Plex Serif', serif; } ``` + +Follow the [custom CSS instructions](#custom-css-styles) to add your styles to your site. -- cgit