From d89a0e61149379d7682a8209872737fa36319d7b Mon Sep 17 00:00:00 2001
From: Ricky Zhang <16908811+rickyzhangca@users.noreply.github.com>
Date: Wed, 21 Aug 2024 11:40:05 -0400
Subject: [PATCH 1/6] Update global.mdx
---
settings/global.mdx | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/settings/global.mdx b/settings/global.mdx
index 450b94b97..88473710b 100644
--- a/settings/global.mdx
+++ b/settings/global.mdx
@@ -77,6 +77,18 @@ settings. Learn more about the [properties](#properties) or from an
[Infisical](https://infisical.com/docs) and [FRPC](https://frpc.io).
+
+ Custom font for your documents. Apply globally using an object or a string specifying the font family (e.g. `'Playfair Display'`). Optionally, set different fonts for headings and body text.
+
+
+ The font family name. All Google Fonts are supported.
+
+
+ The font weight. Check under Styles section for your Google Font for available weights. Precise values such as `560` are also supported for variable fonts.
+
+
+
+
Customize the dark mode toggle.
From 5cc45b1c0dcb861db571688763950c8a6ad5a5e3 Mon Sep 17 00:00:00 2001
From: Ricky Zhang <16908811+rickyzhangca@users.noreply.github.com>
Date: Wed, 4 Sep 2024 19:36:27 -0400
Subject: [PATCH 2/6] Update global.mdx
---
settings/global.mdx | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/settings/global.mdx b/settings/global.mdx
index 88473710b..62970cbef 100644
--- a/settings/global.mdx
+++ b/settings/global.mdx
@@ -81,10 +81,16 @@ settings. Learn more about the [properties](#properties) or from an
Custom font for your documents. Apply globally using an object or a string specifying the font family (e.g. `'Playfair Display'`). Optionally, set different fonts for headings and body text.
- The font family name. All Google Fonts are supported.
+ The font family name. Custom fonts and all Google Fonts are supported.
- The font weight. Check under Styles section for your Google Font for available weights. Precise values such as `560` are also supported for variable fonts.
+ The font weight. Precise values such as `560` are also supported for variable fonts. Check under Styles section for your Google Font for available weights.
+
+
+ The URL to the custom font file. Specify if using a different source from Google Fonts.
+
+
+ The font format. Default to the file extension of the URL.
From 1a882bc48700fbe11f766a3f7536413fe4f55d09 Mon Sep 17 00:00:00 2001
From: Ricky Zhang <16908811+rickyzhangca@users.noreply.github.com>
Date: Thu, 5 Sep 2024 12:01:25 -0400
Subject: [PATCH 3/6] Update global.mdx
---
settings/global.mdx | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/settings/global.mdx b/settings/global.mdx
index 62970cbef..d56595e12 100644
--- a/settings/global.mdx
+++ b/settings/global.mdx
@@ -87,10 +87,10 @@ settings. Learn more about the [properties](#properties) or from an
The font weight. Precise values such as `560` are also supported for variable fonts. Check under Styles section for your Google Font for available weights.
- The URL to the custom font file. Specify if using a different source from Google Fonts.
+ The URL to the font file. Specify if using a different source from Google Fonts.
- The font format. Default to the file extension of the URL.
+ The font format. Must be sepcified if using a custom font source.
@@ -104,7 +104,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": {
From 45d77d7aa3afce0a64abda258d924351d8272593 Mon Sep 17 00:00:00 2001
From: Ricky Zhang <16908811+rickyzhangca@users.noreply.github.com>
Date: Tue, 10 Sep 2024 14:03:02 -0400
Subject: [PATCH 4/6] Update global.mdx
---
settings/global.mdx | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/settings/global.mdx b/settings/global.mdx
index d56595e12..ef01db2c2 100644
--- a/settings/global.mdx
+++ b/settings/global.mdx
@@ -77,20 +77,20 @@ settings. Learn more about the [properties](#properties) or from an
[Infisical](https://infisical.com/docs) and [FRPC](https://frpc.io).
-
- Custom font for your documents. Apply globally using an object or a string specifying the font family (e.g. `'Playfair Display'`). Optionally, set different fonts for headings and body text.
-
+
+ Custom font for your documents. Apply globally using an object or set different fonts for headings and body text.
+
- The font family name. Custom fonts and all Google Fonts are supported.
+ The font family name. Custom fonts and all Google Fonts are supported.
- The font weight. Precise values such as `560` are also supported for variable fonts. Check under Styles section for your Google Font for available weights.
+ The font weight. Precise values such as `560` are also supported for variable fonts. Check under Styles section for your Google Font for available weights.
- The URL to the font file. Specify if using a different source from Google Fonts.
+ The URL to the font file. Specify if using a different source from Google Fonts.
- The font format. Must be sepcified if using a custom font source.
+ The font format. Required if using a custom font source.
From 0f4da508e2737244e75c7547fd65807ee4b524b1 Mon Sep 17 00:00:00 2001
From: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com>
Date: Wed, 18 Sep 2024 14:24:11 -0700
Subject: [PATCH 5/6] add details
---
settings/global.mdx | 26 +++++++++++++++++++-------
1 file changed, 19 insertions(+), 7 deletions(-)
diff --git a/settings/global.mdx b/settings/global.mdx
index ef01db2c2..8aa1067cd 100644
--- a/settings/global.mdx
+++ b/settings/global.mdx
@@ -77,20 +77,31 @@ settings. Learn more about the [properties](#properties) or from an
[Infisical](https://infisical.com/docs) and [FRPC](https://frpc.io).
-
- Custom font for your documents. Apply globally using an object or set different fonts for headings and body text.
+
+ Custom fonts. Apply globally or set different fonts for headings and the body
+ text.
- The font family name. Custom fonts and all Google Fonts are supported.
+ 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 Styles section for your Google Font for available weights.
+ 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. Specify if using a different source from Google Fonts.
+ 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.
+ The font format. Required if using a custom font source (`url`).
@@ -559,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/).
From 3ee8e4f8e23a5568d6e870319e4430f11ad558f5 Mon Sep 17 00:00:00 2001
From: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com>
Date: Wed, 18 Sep 2024 14:25:08 -0700
Subject: [PATCH 6/6] remove space
---
settings/global.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings/global.mdx b/settings/global.mdx
index 8aa1067cd..a41a8db91 100644
--- a/settings/global.mdx
+++ b/settings/global.mdx
@@ -80,7 +80,7 @@ settings. Learn more about the [properties](#properties) or from an
Custom fonts. Apply globally or set different fonts for headings and the body