26 lines
450 B
Markdown
26 lines
450 B
Markdown
# Fonts
|
|
|
|
Assume you use Archlinux.
|
|
|
|
Read [Fonts](https://wiki.archlinux.org/index.php/Fonts).
|
|
|
|
[Preview programming fonts](https://app.programmingfonts.org/)
|
|
|
|
Fonts I use currently:
|
|
|
|
[Google Noto Fonts](https://www.google.com/get/noto/)
|
|
|
|
[JetBrains Mono](https://www.jetbrains.com/lp/mono/)
|
|
|
|
[Fira Code](https://github.com/tonsky/FiraCode)
|
|
|
|
Honorable mention:
|
|
|
|
[Iosevka](https://github.com/be5invis/Iosevka)
|
|
|
|
How to see font name:
|
|
|
|
```sh
|
|
fc-list
|
|
```
|