30 lines
564 B
Markdown
30 lines
564 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/)
|
||
|
|
||
|
[Ubuntu font](https://design.ubuntu.com/font/)
|
||
|
|
||
|
[JetBrains Mono](https://www.jetbrains.com/lp/mono/)
|
||
|
|
||
|
[Fira Code](https://github.com/tonsky/FiraCode)
|
||
|
|
||
|
Honorable mention:
|
||
|
|
||
|
[Iosevka](https://github.com/be5invis/Iosevka)
|
||
|
|
||
|
[Fantasque Sans Mono](https://github.com/belluzj/fantasque-sans)
|
||
|
|
||
|
How to see font name:
|
||
|
|
||
|
```sh
|
||
|
fc-list
|
||
|
```
|