diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-08-31 10:46:32 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-08-31 10:46:32 +0300 |
commit | cbca1bd8c1259df640d77e06fb9385d8441ef746 (patch) | |
tree | d2f407c427f937fafb005b17cc2c75c638108a39 /README.md | |
parent | 534ace877303e6bb7fa6999ed6f914671b2b67c4 (diff) |
docs: set font in Windows Terminal through the Settings UI
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 3 insertions, 15 deletions
@@ -647,21 +647,9 @@ If you are using a different terminal, proceed with manual font installation. *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.json` (<kbd>Ctrl+,</kbd>), - search for `font.face` and set the value to `MesloLGS NF` for every profile. If you don't find - `font.face`, add it under *profiles → defaults*. See [this settings file]( - https://raw.githubusercontent.com/romkatv/dotfiles-public/1843af92dbd8f6297de195a469362760e1748f58/dotfiles/microsoft-terminal-settings.json) - for example. - ```json - { - "profiles": { - "defaults": { - "font": { - "face": "MesloLGS NF" - } - } - } - ``` + - **Windows Terminal** by Microsoft (the new thing): Open *Settings* (<kbd>Ctrl+,</kbd>), click + either on the selected profile under *Profiles* or on *Defaults*, click *Appearance* and set + *Font face* to `MesloLGS NF`. - **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`. |