font docs

pull/203/head
romkatv 5 years ago
parent e8a38dc404
commit 1ec035ead3

@ -122,19 +122,17 @@ Double-click on each file and press "Install". This will make `MesloLGS NF` font
applications on your system. Configure your terminal to use this font: applications on your system. Configure your terminal to use this font:
- **iTerm2**: Open *iTerm2 → Preferences → Profiles → Text* and set *Font* to `MesloLGS NF`. - **iTerm2**: Open *iTerm2 → Preferences → Profiles → Text* and set *Font* to `MesloLGS NF`.
- **Hyper**: Open *Hyper → Edit → Preferences* and change the value for `fontFamily` to - **Hyper**: Open *Hyper → Edit → Preferences* and change the value of `fontFamily` under
`MesloLGS NF` under `module.exports.config`. `module.exports.config` to `MesloLGS NF`.
- **Visual Studio Code**: Open *File → Preferences → Settings*, enter - **Visual Studio Code**: Open *File → Preferences → Settings*, enter
`terminal.integrated.fontFamily` in the search box and set value to `MesloLGS NF`. `terminal.integrated.fontFamily` in the search box and set the value to `MesloLGS NF`.
- **GNOME Terminal** (the default Ubuntu terminal): Run:
`sudo apt install libglib2.0-bin && gsettings set org.gnome.desktop.interface monospace-font-name 'MesloLGS NF 11'`.
- **Windows Console Host** (the old thing): Click the icon in the top left corner, then - **Windows Console Host** (the old thing): Click the icon in the top left corner, then
*Properties → Font* and set *Font* to `MesloLGS NF`. *Properties → Font* and set *Font* to `MesloLGS NF`.
- **Windows Terminal** (the new thing): Open *Settings* (`Ctrl+,`), search for `fontFace` and set - **Windows Terminal** (the new thing): Open *Settings* (`Ctrl+,`), search for `fontFace` and set
value to `MesloLGS NF` for every profile. value to `MesloLGS NF` for every profile.
- **Linux/GNOME** (all terminals): Type this command: - **Termux**: Type `p10k configure` and answer `Yes` when asked whether to install *Meslo Nerd Font*.
```zsh
sudo apt install libglib2.0-bin
gsettings set org.gnome.desktop.interface monospace-font-name 'MesloLGS NF 11'
```
Run `p10k configure` to pick the best style for your new font. Run `p10k configure` to pick the best style for your new font.

Loading…
Cancel
Save