til/appearance.md

46 lines
1.0 KiB
Markdown
Raw Normal View History

2020-05-20 09:59:34 +00:00
# Appearance
## Fonts
2020-03-21 04:52:15 +00:00
2020-05-20 09:59:34 +00:00
List fonts:
2020-05-17 18:58:20 +00:00
```sh
fc-list
```
2020-05-20 09:59:34 +00:00
### Currently
2020-03-21 04:52:15 +00:00
[Google Noto Fonts](https://www.google.com/get/noto/)
2021-04-04 07:44:04 +00:00
| Distribution | Package |
| ------------ | ------------ |
| Arch Linux | `noto-fonts` |
| Ubuntu | `fonts-noto` |
2021-01-07 07:29:21 +00:00
2020-09-06 09:45:14 +00:00
[IBM Plex](https://github.com/IBM/plex)
2021-04-04 07:44:04 +00:00
| Distribution | Package |
| ------------ | ---------------- |
| Arch Linux | `ttf-ibm-plex` |
| Ubuntu | `fonts-ibm-plex` |
2020-12-01 16:45:04 +00:00
2020-03-24 17:30:57 +00:00
[Fira Code](https://github.com/tonsky/FiraCode)
2021-04-04 07:44:04 +00:00
| Distribution | Package |
| ------------ | ---------------- |
| Arch Linux | `ttf-fira-code` |
| Ubuntu | `fonts-firacode` |
2020-12-01 16:45:04 +00:00
2020-09-29 02:41:12 +00:00
[JetBrains Mono](https://github.com/JetBrains/JetBrainsMono)
2021-04-04 07:44:04 +00:00
| Distribution | Package |
| ------------ | -------------------- |
| Arch Linux | `ttf-jetbrains-mono` |
2020-12-01 16:45:04 +00:00
2020-05-17 18:54:12 +00:00
[Cascadia Code](https://github.com/microsoft/cascadia-code)
2020-12-01 16:45:04 +00:00
| Distribution | Package |
| ------------ | --------------------- |
| Arch Linux | `ttf-cascadia-code` |
| Ubuntu | `fonts-cascadia-code` |