formatting

This commit is contained in:
Daniel Langbein 2022-04-24 19:38:51 +02:00
parent 0963e23689
commit fbfc1141eb

View File

@ -16,13 +16,13 @@ Outline formats
List all fonts:
```
```shell
fc-list
```
To search for monospace fonts supporting a particular Unicode codepoint:
```
```shell
fc-match -s monospace:charset=1F4A9
```
@ -35,32 +35,32 @@ Install fonts with _Unicode_ keyword.
## installation
```
```shell
sudo pacman -S --needed noto-fonts
```
```
```shell
aur sync -c ttf-google-fonts-git
```
```
```shell
aur sync -c ttf-ms-fonts
```
* https://typeof.net/Iosevka/
* [https://typeof.net/Iosevka/]()
```
```shell
aur sync -c ttf-iosevka
```
```
```shell
aur sync -c ttf-iosevka-term
```
## emoji font
* https://wiki.archlinux.org/index.php/Fonts#Emoji_and_symbols
- [https://wiki.archlinux.org/index.php/Fonts#Emoji_and_symbols]()
```
```shell
sudo pacman -S --needed noto-fonts-emoji
```