diff options
author | Paramdeo Singh | 2023-07-03 12:32:13 -0400 |
---|---|---|
committer | GitHub | 2023-07-03 18:32:13 +0200 |
commit | 2598b8ffe2754f905c0e10b2479b0065cc70494c (patch) | |
tree | cf452611418f028d0fec28bb19a582f05650e5af | |
parent | 51dd8a9194901c4016a6c49e2a867287c4d57f01 (diff) | |
download | IT.starlight-2598b8ffe2754f905c0e10b2479b0065cc70494c.tar.gz IT.starlight-2598b8ffe2754f905c0e10b2479b0065cc70494c.tar.bz2 IT.starlight-2598b8ffe2754f905c0e10b2479b0065cc70494c.zip |
Include additional instructions for using custom fonts (#291)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r-- | docs/src/content/docs/guides/customization.mdx | 2 |
1 files changed, 2 insertions, 0 deletions
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. |