From 4e4c14927fe45a8280b60c547a864175f2e92ac2 Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Fri, 11 Jun 2021 10:17:23 +0200 Subject: [PATCH] update windows terminal font instructions to accound for the fact that they've changed the default settings.json (#1443) --- README.md | 7 +++++-- font.md | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a670871..1e1ee77 100644 --- a/README.md +++ b/README.md @@ -552,8 +552,11 @@ applications on your system. Configure your terminal to use this font: *Custom font* under *Text Appearance* and select `MesloLGS NF Regular`. - **Windows Console Host** (the old thing): Click the icon in the top left corner, then *Properties → Font* and set *Font* to `MesloLGS NF`. -- **Windows Terminal** by Microsoft (the new thing): Open *Settings* (`Ctrl+,`), search for - `fontFace` and set value to `MesloLGS NF` for every profile. +- **Windows Terminal** by Microsoft (the new thing): Open `settings.json` (Ctrl+Shift+,), + search for `fontFace` and set the value to `MesloLGS NF` for every profile. If you don't find + `fontFace`, add it under *profiles → default*. See [this settings.json]( + https://raw.githubusercontent.com/romkatv/dotfiles-public/aba0e6c4657d705ed6c344d700d659977385f25c/dotfiles/microsoft-terminal-settings.json) + for example. - **IntelliJ** (and other IDEs by Jet Brains): Open *IDE → Edit → Preferences → Editor → Color Scheme → Console Font*. Select *Use console font instead of the default* and set the font name to `MesloLGS NF`. diff --git a/font.md b/font.md index 0ce19c3..cc36ecb 100644 --- a/font.md +++ b/font.md @@ -49,8 +49,11 @@ applications on your system. Configure your terminal to use this font: *Custom font* under *Text Appearance* and select `MesloLGS NF Regular`. - **Windows Console Host** (the old thing): Click the icon in the top left corner, then *Properties → Font* and set *Font* to `MesloLGS NF`. -- **Windows Terminal** by Microsoft (the new thing): Open *Settings* (`Ctrl+,`), search for - `fontFace` and set value to `MesloLGS NF` for every profile. +- **Windows Terminal** by Microsoft (the new thing): Open `settings.json` (Ctrl+Shift+,), + search for `fontFace` and set the value to `MesloLGS NF` for every profile. If you don't find + `fontFace`, add it under *profiles → default*. See [this settings.json]( + https://raw.githubusercontent.com/romkatv/dotfiles-public/aba0e6c4657d705ed6c344d700d659977385f25c/dotfiles/microsoft-terminal-settings.json) + for example. - **IntelliJ** (and other IDEs by Jet Brains): Open *IDE → Edit → Preferences → Editor → Color Scheme → Console Font*. Select *Use console font instead of the default* and set the font name to `MesloLGS NF`.