From 96aed28b08ff66bda53b5f57d6e29705da0f6c2a Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Wed, 18 Aug 2021 11:15:56 -0500 Subject: [PATCH] Add notes that the `font` object is only 1.10+ --- TerminalDocs/customize-settings/profile-appearance.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TerminalDocs/customize-settings/profile-appearance.md b/TerminalDocs/customize-settings/profile-appearance.md index 6c5350e4..fdaa28be 100644 --- a/TerminalDocs/customize-settings/profile-appearance.md +++ b/TerminalDocs/customize-settings/profile-appearance.md @@ -91,6 +91,14 @@ This sets the weight (lightness or heaviness of the strokes) for the profile's f } ``` +> [!IMPORTANT] +> This `font` object is only available in [Windows Terminal Preview](https://aka.ms/terminal-preview), version 1.10+. Prior to that version, you should use the `fontFace`, `fontSize`, and `fontWeight` properties separately, like so: +> ```json +> "fontFace": "Cascadia Mono", +> "fontSize": 12, +> "fontWeight": "normal" +> ``` + ## Retro terminal effects :::row:::