From c21c6f94568b9128f3798eef33ec9c414c1e357c Mon Sep 17 00:00:00 2001 From: flo merian Date: Wed, 2 Oct 2024 18:22:26 +0200 Subject: [PATCH] Add code example to `font` --- settings/global.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/settings/global.mdx b/settings/global.mdx index 0c3ca6b5e..6720e3d06 100644 --- a/settings/global.mdx +++ b/settings/global.mdx @@ -102,6 +102,19 @@ settings. Learn more about the [properties](#properties) or from an > Custom fonts. Apply globally or set different fonts for headings and the body text. + + Example: + ```json + "font": { + "headings": { + "family": "Roboto" + }, + "body": { + "family": "Oswald" + } + } + ``` + The font family name. Custom fonts and all [Google