docs: specify which fonts to use

This commit is contained in:
winston 2022-07-31 08:57:02 +02:00
parent c32e92232c
commit 23af4dd3d4
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -59,6 +59,19 @@ Here's what's included:
- [polybar](https://github.com/polybar/polybar) as the menubar. - [polybar](https://github.com/polybar/polybar) as the menubar.
- Custom binaries for both menubars. - Custom binaries for both menubars.
### Notes
Fonts: You'll need [Victor Mono](https://rubjo.github.io/victor-mono/), [Inter](https://rsms.me/inter/), and Nerd Fonts Symbols, which you can find [here](https://github.com/ryanoasis/nerd-fonts/releases/download/2.2.0-RC/NerdFontsSymbolsOnly.zip). Victor Mono and Inter are also available in these packages:
```bash
# macOS - homebrew
brew tap homebrew/cask-fonts
brew install font-victor-mono font-inter
# Arch AUR - use your favourite AUR helper
yay -S inter-font ttf-victor-mono
```
### Performance ### Performance
My philosophy regarding the neovim setup, can be roughly summed up as: My philosophy regarding the neovim setup, can be roughly summed up as: