diff --git a/settings/global.mdx b/settings/global.mdx
index 450b94b97..a41a8db91 100644
--- a/settings/global.mdx
+++ b/settings/global.mdx
@@ -77,6 +77,35 @@ settings. Learn more about the [properties](#properties) or from an
[Infisical](https://infisical.com/docs) and [FRPC](https://frpc.io).
+
+ Custom fonts. Apply globally or set different fonts for headings and the body
+ text.
+
+
+ The font family name. Custom fonts and all [Google
+ Fonts](https://fonts.google.com/) are supported. e.g. "Open Sans",
+ "Playfair Display"
+
+
+ The font weight. Precise values such as `560` are also supported for
+ variable fonts. Check under the Styles section for your Google Font for
+ the available weights.
+
+
+ The URL to the font file. Can be used to specify a font that is not from
+ Google Fonts.
+
+
+ The font format. Required if using a custom font source (`url`).
+
+
+
+
Customize the dark mode toggle.
@@ -86,7 +115,6 @@ settings. Learn more about the [properties](#properties) or from an
Set to true to hide the dark/light mode toggle. You can combine `isHidden` with `default` to force your docs to only use light or dark mode. For example:
-
```json Only Dark Mode
"modeToggle": {
@@ -542,4 +570,5 @@ Click on the following dropdown to view a sample configuration file
## More Customization
-Learn more about how to further customize your docs with custom CSS and JS in [Custom Scripts](https://mintlify.com/docs/integrations/custom/).
+Learn more about how to further customize your docs with custom CSS and JS in
+[Custom Scripts](https://mintlify.com/docs/integrations/custom/).