til/appearance.md

67 lines
1.6 KiB
Markdown

# Appearance
## Fonts
List fonts:
```sh
fc-list
```
### Currently
[Google Noto Fonts](https://www.google.com/get/noto/)
| Distribution | Package |
| ------------ | ------------ |
| Arch Linux | `noto-fonts` |
| Ubuntu | `fonts-noto` |
[IBM Plex](https://github.com/IBM/plex)
| Distribution | Package |
| ------------ | ---------------- |
| Arch Linux | `ttf-ibm-plex` |
| Ubuntu | `fonts-ibm-plex` |
[Inter](https://github.com/rsms/inter)
| Distribution | Package |
| ------------ | ------------- |
| Arch Linux | `inter-font` |
| Ubuntu | `fonts-inter` |
[Fira Code](https://github.com/tonsky/FiraCode)
| Distribution | Package |
| ------------ | ---------------- |
| Arch Linux | `ttf-fira-code` |
| Ubuntu | `fonts-firacode` |
[JetBrains Mono](https://github.com/JetBrains/JetBrainsMono)
| Distribution | Package |
| ------------ | ---------------------- |
| Arch Linux | `ttf-jetbrains-mono` |
| Ubuntu | `fonts-jetbrains-mono` |
[Cascadia Code](https://github.com/microsoft/cascadia-code)
| Distribution | Package |
| ------------ | --------------------- |
| Arch Linux | `ttf-cascadia-code` |
| Ubuntu | `fonts-cascadia-code` |
[Iosevka](https://github.com/be5invis/Iosevka)
| Distribution | Package |
| ------------ | ------------- |
| Arch Linux | `ttc-iosevka` |
[Fantasque Sans Mono](https://github.com/belluzj/fantasque-sans)
| Distribution | Package |
| ------------ | ------------------------- |
| Arch Linux | `ttf-fantasque-sans-mono` |
| Ubuntu | `fonts-fantasque-sans` |